Click or drag to resize

MotorAPIAreMoving Method

Indicates if the requested axes are currently moving.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public 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