Click or drag to resize

CommandListAppendMotorHomingAcceleration Method

Specifies the acceleration speed for homing.


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

Parameters

axis  MotorAxis
The axis
acceleration  Double
The homing acceleration.
Remarks
Appends an MOTOR_HOMING_ACCELERATION command to the list.
See Also