MAX22530

data class MAX22530(val measurementsNumber: Int, val maxVoltageOvershoot: Int, val maxInputVoltage: Int, val maxVoltageOvershootValue: Int) : CalibrationParameters

Represents calibration parameters for a SensorModel.MAX22530 percentage sensor.

Constructors

Link copied to clipboard
constructor(measurementsNumber: Int, maxVoltageOvershoot: Int, maxInputVoltage: Int, maxVoltageOvershootValue: Int)

Properties

Link copied to clipboard

The maximum input voltage in V.

Link copied to clipboard

The maximum voltage overshoot in mV. Determines by how much the input voltage can exceed its maximum value before overvoltage error is returned. For example, when maximum input voltage equals 10V and VO equals 500mV, input voltages in the range 10.0V : 10.5V will return maximum sensor value, and all higher voltages will return an error.

Link copied to clipboard

The maximum voltage overshoot value in mV.

Link copied to clipboard

The number of measurements to take. Range 3 : 32