RTDnickelResistance {thermocouple} | R Documentation |
Simplified Equation for Nickel-Iron RTD Resistance
Description
RTDnickelResistance
calculates simplified equation for Nickel-Iron RTD resistance
Usage
RTDnickelResistance(R0, T, A=NA, B=NA, D=NA, F=NA)
Arguments
R0 |
resistance at 0C |
T |
temperature in C |
A |
specific constant A (optional) |
B |
specific constant B (optional) |
D |
specific constant D (optional) |
F |
specific constant F (optional) |
Value
R |
RTD resistance |
Author(s)
Jose Gama
Source
Capgo Inc., 2014 Introduction to RTDs http://www.capgo.com/Resources/Temperature/RTDs/RTD.html
References
Capgo Inc., 2014 Introduction to RTDs http://www.capgo.com/Resources/Temperature/RTDs/RTD.html
[Package thermocouple version 1.0.2 Index]