mpiAxisFilterMapSet

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

AxisFilterMapSet sets the Filters [associated with an Axis (axis)] using data from the object map specified by map.

  axis a handle to the Axis object
  map a list of Filters to be 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 will map Filter 0 to the Axis. A value of 6 will map both Filters 2 and 3 to the Axis.
Return Values
MPIMessageOK if AxisFilterMapSet successfully sets the Filters using data from the object map
See Also mpiAxisFilterMapGet | MPIObjectMap