Click or drag to resize

NTC_B Constructor

Constructor for a single NTC thermistor object instance.

Namespace: IO.Devices.Thermistor
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public NTC_B(
	double B,
	double R0,
	double T0 = 298.15
)

Parameters

B  Double
Thermistor B parameter.
R0  Double
Thermistor resistance in ohms at the specified reference temperature.
T0  Double  (Optional)
Thermistor reference temperature in Kelvins.
See Also