NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

PhysicalChannel.AITerminalConfigurations Property

PhysicalChannel.AITerminalConfigurations Property

PhysicalChannelAITerminalConfigurations Property

Indicates the list of input terminal configurations supported by the channel.

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

Syntax

public TerminalConfigurationTypes AITerminalConfigurations { get; }
Public ReadOnly Property AITerminalConfigurations As TerminalConfigurationTypes
	Get

Property Value

Type: TerminalConfigurationTypes
A TerminalConfigurationTypes that indicates the terminal configurations supported by the channel. The value is a bitwise combination of Differential, None, Nrse, Pseudodifferential, and Rse.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?