LTC2983RTD
data class LTC2983RTD(val ptSensorType: CalibrationParameters.LTC2983RTD.PTType, val curveType: CalibrationParameters.LTC2983RTD.CurveType, val excitationCurrent: CalibrationParameters.LTC2983RTD.ExcitationCurrent, val extraDelayMultiplier: Int) : CalibrationParameters
Represents calibration parameters for SensorModel.LTC2983_RTD sensor that measures temperature using an RTD (Resistance Temperature Detector).
Constructors
Link copied to clipboard
constructor(ptSensorType: CalibrationParameters.LTC2983RTD.PTType, curveType: CalibrationParameters.LTC2983RTD.CurveType, excitationCurrent: CalibrationParameters.LTC2983RTD.ExcitationCurrent, extraDelayMultiplier: Int)
Types
Link copied to clipboard
Curve types for temperature calibration. This is used to determine the type of temperature curve used for the cold junction compensation.
Link copied to clipboard
Excitation current in µA. This is the current used to excite the PT sensor for the cold junction compensation.
Link copied to clipboard
PT sensor types. This is used to determine the type of PT sensor used for the cold junction compensation.
Properties
Link copied to clipboard
The type of temperature curve used for calibration.
Link copied to clipboard
The excitation current used for the RTD sensor (in µA)
Link copied to clipboard
A multiplier for the extra delay in the calibration process in x100µs. Range 0 : 255
Link copied to clipboard
The type of PT sensor used.