mpiSqNodeAnalogOutSet

Declaration

int32_t mpiSqNodeAnalogOutSet(MPISqNode     node,
                           int32_t          channel,
                           int32_t          state,
MPI_BOOL wait);

Required Header: stdmpi.h
Change History: Modified in the 03.03.00. Added in the 03.02.00

Description

mpiSqNodeAnalogOutSet 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.
Return Values
MPIMessageOK

See Also

mpiSqNodeAnalogOutGet | Accessing Analog Data | MPISqNodeInfoIo