NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SignalRoutingModifiers Enumeration

SignalRoutingModifiers Enumeration

SignalRoutingModifiers Enumeration

Specifies if the signal routed from the source terminal to the destination terminal is inverted.

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

Syntax

[FlagsAttribute]
public enum SignalRoutingModifiers
<FlagsAttribute>
Public Enumeration SignalRoutingModifiers

Members

  Member nameValueDescription
InvertPolarity1The signal is inverted.

Remarks

If the device is not capable of signal inversion or if a previous route reserved the inversion circuitry in an incompatible configuration, attempting to invert the signal causes an error.

See Also

Was this information helpful?