mpiMotionAxisListGet

Declaration
long mpiMotionAxisListGet(MPIMotion  motion,
                          long       *axisCount,
                          MPIAxis    *axisList) 
Required Header stdmpi.h
Description

MotionAxisListGet gets the coordinate system of a Motion object (motion).

MotionAxisListGet writes the number of axes (in the coordinate system) to a location (pointed to by axisCount), and also writes an array (of axisCount Axis handles) to another location (pointed to by axisList).

Return Values
MPIMessageOK if MotionAxisListGet successfully gets the coordinate system of a Motion object
See Also mpiMotionAxisListSet | mpiMotionAxis