INA23x Generic
data class INA23xGeneric(val probe: CalibrationParameters.INA23xGeneric.Probe, val formula: CalibrationParameters.INA23xGeneric.Formula, val parameterC: Int?, val parameterD: Int?, val parameterG: Int?, val parameterH: Int?) : CalibrationParameters
Represents calibration parameters for SensorModel.INA23X_GENERIC voltage and current sensors.
Constructors
Link copied to clipboard
constructor(probe: CalibrationParameters.INA23xGeneric.Probe, formula: CalibrationParameters.INA23xGeneric.Formula, parameterC: Int?, parameterD: Int?, parameterG: Int?, parameterH: Int?)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Formula parameter 'c' or null if parameter is not used in formula. Range -2000000000 : 2000000000.
Link copied to clipboard
Formula parameter 'd' or null if parameter is not used in formula. Range -2000000000 : 2000000000.
Link copied to clipboard
Formula parameter 'g' or null if parameter is not used in formula. Range -2000000000 : 2000000000.
Link copied to clipboard
Formula parameter 'h' or null if parameter is not used in formula. Range -2000000000 : 2000000000.
Link copied to clipboard