Click or drag to resize

MotorAPIIsWithinSoftLimits Method

Indicates if the requested axis is within the defined limits.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public bool IsWithinSoftLimits(
	MotorAxis axis
)

Parameters

axis  MotorAxis
The axis.

Return Value

Boolean
true if axis is within the defined limits otherwise false.
See Also