NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOChannel.LineStatesDoneState Property

DOChannel.LineStatesDoneState Property

DOChannelLineStatesDoneState 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.40.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

Was this information helpful?