Click or drag to resize

CommandListAppendMotorHomingMethod Method

Specifies the homing method.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.4
Syntax
C#
public void AppendMotorHomingMethod(
	MotorAxis axis,
	HomingMethod homing
)

Parameters

axis  MotorAxis
The axis
homing  HomingMethod
The homing method.
Remarks
Appends an MOTOR_HOMING_METHOD command to the list.
See Also