NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DOLineStatesDoneState Enumeration

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

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

Syntax

public enum DOLineStatesDoneState
Public Enumeration DOLineStatesDoneState

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 completes execution. Use this enumeration to get or set the value of LineStatesDoneState.

See Also

Log in to get a better experience