Click or drag to resize

ClientAPIMotor Property

Provides access to Motor operations.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.5
Syntax
C#
public MotorAPI Motor { get; }

Property Value

MotorAPI
The MotorAPI instance.
Remarks
In particular, configuration of Motor parameters on the card, and specifying movements of motor axes.
See Also