ThermistorResistanceSteinhartHartUsing3T {thermocouple}R Documentation

Steinhart-Hart equation for thermistor resistance using 3 temperature points

Description

ThermistorResistanceSteinhartHartUsing3T Steinhart-Hart equation for thermistor resistance using 3 temperature points

Usage

 ThermistorResistanceSteinhartHartUsing3T(T, T2, T3, R0, A1, B1, C1=0, D1)

Arguments

T

measured temperature for resistance R

T2

2nd measured temperature for resistance R

T3

3rd measured temperature for resistance R

R0

measured resistance

A1

Steinhart-Hart Coefficient A (K^0)

B1

Steinhart-Hart Coefficient B (K^1)

C1

Steinhart-Hart Coefficient C (K^2)

D1

Steinhart-Hart Coefficient D (K^3)

Value

R

resistance

Author(s)

Jose Gama

Source

Daycounter, Inc. Engineering Services Steinhart-Hart Thermistor Calculator http://www.daycounter.com/Calculators/Steinhart-Hart-Thermistor-Calculator.phtml


[Package thermocouple version 1.0.2 Index]