NI-DAQmx .NET Framework 4.5 API Reference

DOChannel.LineStatesDoneState Property

  • Updated2023-02-21
  • 1 minute(s) read
DOChannel.LineStatesDoneState Property
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.45.49302

Syntax

public DOLineStatesDoneState LineStatesDoneState { get; set; }
Public Property LineStatesDoneState As DOLineStatesDoneState
	Get
	Set

Property Value

Type: DOLineStatesDoneState
Specifies the state of the lines in a digital output task when the task completes execution.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also