void MotionFinalVelocitySet ( double  finalVelocity  ) 

Description:
MotionFinalVelocitySet sets the final velocity of a motion, when FINAL_VEL motion attribute is used.
Parameters:
finalVelocity The final velocity.
Sample Code:
  double finalVel = -100.0;
  axis->MotionFinalVelocitySet(finalVel);
See also:
MotionFinalVelocityGet