NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DIChannel.InvertLines Property

DIChannel.InvertLines Property

DIChannelInvertLines Property

Specifies whether to invert the lines in the channel. If you set this property to , the lines are at high logic when off and at low logic when on.

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

Syntax

public bool InvertLines { get; set; }
Public Property InvertLines As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to invert the lines in the channel. If you set this property to , the lines are at high logic when off and at low logic when on.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?