ActualVelocityGet returns the current commanded velcocity for an axis in User Units per second. The actual velocity is sampled, so this returns the instantaneous actual velocity for one sample period.
Returns:
(double) Actual Velocity in User Units per second.
Sample Code:
// -- C++ -- //
printf("ActualVelocity: %lf\n", axis->ActualVelocityGet());