CommandListAppendMotorMoveRel(MotorAxis, Double) Method |
Moves the motor from the current position to the relative end-point coordinates.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntaxpublic void AppendMotorMoveRel(
MotorAxis axis,
double target
)
Parameters
- axis MotorAxis
- The axis that should move.
- target Double
- The target position this axis should move to.
Remarks
See Also