PhysicalChannel.AITerminalConfigurations Property
- Updated2023-02-21
- 1 minute(s) read
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: TerminalConfigurationTypesA TerminalConfigurationTypes that indicates the terminal configurations supported by the channel. The value is a bitwise combination of Differential, None, Nrse, Pseudodifferential, and Rse.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |