Indicates if the requested axes are currently moving.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntaxpublic bool[] AreMoving(
MotorAxes axes
)
Parameters
- axes MotorAxes
- One or more axes.
Return Value
Boolean
Array that consists of
n elements where
n is the number of requested axes indicated as flags in
axes.
true if axis is currently moving otherwise
false.
See Also