mpiAxisNumber

Declaration
long mpiAxisNumber(MPIAxis  axis,
                   long     *number) 
Required Header stdmpi.h
Description

AxisNumber writes the index of an Axis (axis, on the motion controller that the Axis is associated with) to the contents of number.

  axis a handle to the Axis object
  *number pointer to the number
     
Return Values
MPIMessageOK if AxisNumber successfully writes the index of Axis to the contents of number
See Also