void CommandPositionSet ( double  pos  ) 

Description:
CommandPositionSet sets the command position of the axis
Parameters:
pos The value to set (units).
Sample Code:
  // set the command position to 100000
  axis->CommandPositionSet(100000);
Notes:
Setting the command position may cause an axis to jump. The command position is typically controlled by the trajectory calculator, setting this value is not recommended.
See also:
OriginPositionSet