AIChannel.ResistanceConfiguration Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelResistanceConfiguration Property
Specifies the resistance configuration for the channel. NI-DAQmx uses this value for any resistance-based measurements, including temperature measurement using a thermistor or RTD.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public AIResistanceConfiguration ResistanceConfiguration { get; set; }
Public Property ResistanceConfiguration As AIResistanceConfiguration Get Set
Property Value
Type: AIResistanceConfigurationSpecifies the resistance configuration for the channel. NI-DAQmx uses this value for any resistance-based measurements, including temperature measurement using a thermistor or RTD.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |