NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DOLineStatesStartState Enumeration

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

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

Syntax

public enum DOLineStatesStartState
Public Enumeration DOLineStatesStartState

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 starts. Use this enumeration to get or set the value of LineStatesStartState.

See Also

Log in to get a better experience