Click or drag to resize

CommandListAppendMotorHomingSlowSpeed Method

Specifies the fast slow for homing.


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

Parameters

axis  MotorAxis
The axis
speed  Double
The homing fast speed.
Remarks
Appends an MOTOR_HOMING_SLOWSPEED command to the list.
See Also