Click or drag to resize

CommandListAppendMotorAcceleration Method

Specifies the acceleration of the motor.


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

Parameters

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