The RMP Motion Controller APIs

◆ VectorVelocityGet()

double VectorVelocityGet ( )
Description:
VectorVelocityGet gets the commanded maximum vector velocity for a vector move.
Returns
(double) Vector velocity (counts / second).
Remarks
This function is also available in RapidSequencer.
Sample Code:
printf("Vector Velocity: %lf.\n", multiAxis->VectorVelocityGet());
See also
VectorVelocitySet