Click or drag to resize

FieldCorrectionGetVerticalSpeedLimit Method

Returns the maximal speed in z-direction, where the z axes are not physically limited.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double GetVerticalSpeedLimit(
	double axisSpeedLimit = 0.9
)

Parameters

axisSpeedLimit  Double  (Optional)
Maximal speed of the axes [m/s].

Return Value

Double
Maximal speed, where the axes are not physically limited.
See Also