APIs, concepts, guides, and more

◆ VectorVelocitySet()

void VectorVelocitySet ( double velocity)
Description:
VectorVelocitySet sets the vector velocity.
Parameters
velocityIn counts/second.
Sample Code:
// Set the vector velocity to 1000.0 counts/second.
multiAxis->VectorVelocitySet(1000.);
See also
VectorVelocityGet
Examples
PathMotion.cpp.