NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AIChannel.ThermistorR1 Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.ThermistorR1 Property
Specifies in ohms the value of the reference resistor for the thermistor if you use voltage excitation. NI-DAQmx ignores this value for current excitation.

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

Syntax

public double ThermistorR1 { get; set; }
Public Property ThermistorR1 As Double
	Get
	Set

Property Value

Type: Double
Specifies in ohms the value of the reference resistor for the thermistor if you use voltage excitation. NI-DAQmx ignores this value for current excitation.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience