mpiSqNodeAnalogOutGet
Declaration
long mpiSqNodeAnalogOutGet(MPISqNode node, long channel, long *state);
Required Header: stdmpi.h
Change History: Added in the 03.02.00
Description
mpiSqNodeAnalogOutGet reads the current state of an analog output on a SynqNet node.
| node | a handle to a SynqNet node object. |
|---|---|
| channel | the index of the analog output channel (with respect to the node). |
| *state | a pointer to where the current state of the output is written by this function. |
| Return Values | |
|---|---|
| MPIMessageOK | |
See Also
mpiSqNodeAnalogSet | Accessing Analog Data | MPISqNodeInfoIo
