mpiAxisFilterMapGet

Declaration
long mpiAxisFilterMapGet(MPIAxis      axis,
                         MPIObjectMap *map)              
Required Header stdmpi.h
Description

AxisFilterMapGet gets the object map of the Filters [associated with an Axis (axis)] and writes it into the structure pointed to by map.

  axis a handle to the Axis object
  *map a pointer to an ObjectMap of Filters mapped to the axis
Remarks
  MPIObjectMap is a long that maps the Filters in controller memory to each bit. E.g. A map value of 1 would indicate Filter 0 is mapped the Axis. A value of 6 would indicate that Filters 2 and 3 are mapped to the Axis.
Return Values
MPIMessageOK if AxisFilterMapGet successfully gets and writes the object map to the structure
See Also mpiAxisFilterMapSet