NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DOChannel.InvertLines Property

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

Log in to get a better experience