double CommandVelocityGet (  ) 

Description:
CommandVelocityGet returns the current commanded velcocity for an axis. Units per second.
Returns:
(double) Command Velocity in User Units per second.
Sample Code:
  printf("CommandVelocity: %lf\n", axis->CommandVelocityGet());
See also:
CommandAccelGet
Examples:
MotionFinalVelocity.cs.