AIChannel.RtdR0 Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelRtdR0 Property
Specifies in ohms the sensor resistance at 0 deg C. The Callendar-Van Dusen equation requires this value. Refer to the sensor documentation to determine this value.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public double RtdR0 { get; set; }
Public Property RtdR0 As Double Get Set
Property Value
Type: DoubleSpecifies in ohms the sensor resistance at 0 deg C. The Callendar-Van Dusen equation requires this value. Refer to the sensor documentation to determine this value.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |