Click or drag to resize

CommandListAppendMotorVelocity Method

Specifies the required move velocity at the target.


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

Parameters

axis  MotorAxis
The velocity
velocity  Double
The velocity.
Remarks
Appends an MOTOR_VELOCITY command to the list.
See Also