mpiAxisCommandPositionGet

Declaration
long mpiAxisCommandPositionGet(MPIAxis axis,                
                               double  *command) 
Required Header stdmpi.h
Description

AxisCommandPositionGet gets the value of the command position of an Axis (axis) and puts it in the location pointed to by command.

  axis a handle to the Axis object
  *command a pointer to the Axis command position returned by the method
     
Return Values
MPIMessageOK if AxisCommandPositionGet successfully gets the value of the command position of axis and puts it in the location
See Also mpiAxisCommandPositionSet