meiSqNodeAnalogOutSet
Declaration
|
long meiSqNodeAnalogOutSet(MEISqNode node,
long channel,
long state, MPI_BOOL wait); |
|
Required Header: stdmei.h
Change History: Modified in the 03.03.00. Added in the 03.02.00 |
Description
meiSqNodeAnalogOutSet changes 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 |
the desired state of the analog output. |
wait |
determines what happens if two output functions are called in short succession.
See Overview of Motor I/O: Output Waits. |
|
|
|
|
|
See Also
meiSqNodeAnalogOutGet | Accessing Analog Data | MEISqNodeInfoIo
|