Digital Output >> Line States >> Paused State

NI-DAQmx C Properties

Digital Output >> Line States >> Paused State

Data Type: int32
Description: Specifies the state of the lines in a digital output task when the task pauses.

Valid values

DAQmx_Val_High 10192 Logic high.
DAQmx_Val_Low 10214 Logic low.
DAQmx_Val_Tristate 10310 High-impedance state. You can select this state only on devices with bidirectional lines. You cannot select this state for dedicated digital output lines. On some devices, you can select this value only for entire ports.
DAQmx_Val_NoChange 10160 Do not change the state of the lines. On some devices, you can select this value only for entire ports.


You can get/set/reset this property using:
  DAQmxGetDOLineStatesPausedState
  DAQmxSetDOLineStatesPausedState
  DAQmxResetDOLineStatesPausedState