NI-DAQmx .NET Framework 4.0 API Reference

PhysicalChannel.AITerminalConfigurations Property

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

Log in to get a better experience