Click or drag to resize

CommandListAppendMotorHomeOffset 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 AppendMotorHomeOffset(
	MotorAxis axis,
	double offset
)

Parameters

axis  MotorAxis
The axis
offset  Double
The homing offset.
Remarks
Appends an MOTOR_HOME_OFFSET command to the list.
See Also