meiSqNodeSegmentAnalogOutGet
Declaration
|
long meiSqNodeSegmentAnalogOutGet(MEISqNode node,
long segment, long channel,
long *state); |
|
Required Header: stdmei.h
Change History: Added in the 03.02.00 |
Description
meiSqNodeSegmentAnalogOutGet gets the current state of an analog output on the specified slice on a SynqNet node.
|
node |
a handle to a SynqNet node object. |
segment |
the index of the slice/module attached to this SynqNet node.
For more information, please see the Overview of MPI I/O. |
channel |
the index of the analog output channel (with respect to the slice).
For more information, please see the Overview of MPI I/O. |
*state |
a pointer to where the current state of the output is written by this function. |
|
|
|
|
|
See Also
meiSqNodeSegmentAnalogOutSet | Accessing Analog Data | MEISqNodeInfoIo
Overview of MPI I/O
|