Click or drag to resize

CommandListAppendMotorOriginPosition Method

Specifies the homing offset.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void AppendMotorOriginPosition(
	MotorAxis axis,
	double position
)

Parameters

axis  MotorAxis
The axis
position  Double
The origin position.
Remarks
Appends an MOTOR_ORIGIN_POSITION command to the list.
See Also