NI-DAQmx .NET Framework 4.5 API Reference

DOLineStatesPausedState Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
DOLineStatesPausedState Enumeration
Specifies the state of the lines in a digital output task when the task pauses.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public enum DOLineStatesPausedState
Public Enumeration DOLineStatesPausedState

Members

  Member nameValueDescription
High10192Logic high.
Low10214Logic low.
Tristate10310High-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.
NoChange10160Do not change the state of the lines. On some devices, you can select this value only for entire ports.

Remarks

Specifies the state of the lines in a digital output task when the task pauses. Use this enumeration to get or set the value of LineStatesPausedState.

See Also

Log in to get a better experience