Click or drag to resize

MotorAPIMovingDirection Method

Indicates if the current moving direction of axis.

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

Parameters

axis  MotorAxis
The axis.

Return Value

MovingDirection
true if axis is moving in positive direction otherwise false.
See Also