mpiAxisCommandPositionSet

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

AxisCommandPositionSet sets the value of the command position of an Axis (axis) from command.

  axis a handle to the Axis object
  command value to which the Actual command position will be set

Remarks

  Setting the Axis Command Position may cause the axis to jump. See the discussion of the Axis Origin before using the AxisActualPositionSet and AxisCommandPositionSet methods.
     
Return Values
MPIMessageOK if AxisCommandPositionSet successfully sets the value of the command position of axis from command
See Also