AlphasenseA4

data class AlphasenseA4(val workingElectrodeElectronicOffset: Int, val workingElectrodeSensorZeroCurrent: Int, val auxiliaryElectrodeElectronicOffset: Int, val auxiliaryElectrodeSensorZeroCurrent: Int, val pcbGain: Int, val sensorSensitivity: Int) : CalibrationParameters

Represents calibration parameters for SensorModel.ALPHASENSE_A4_CO, SensorModel.ALPHASENSE_A4_NO2, SensorModel.ALPHASENSE_A4_H2S gas sensors.

Constructors

Link copied to clipboard
constructor(workingElectrodeElectronicOffset: Int, workingElectrodeSensorZeroCurrent: Int, auxiliaryElectrodeElectronicOffset: Int, auxiliaryElectrodeSensorZeroCurrent: Int, pcbGain: Int, sensorSensitivity: Int)

Properties

Link copied to clipboard

The electronic offset for the auxiliary electrode in mA. Range -32768 : 32767

Link copied to clipboard

The sensor zero current for the auxiliary electrode in nA. Range -32768 : 32767

Link copied to clipboard

The PCB gain for the sensor in µV/nA. Ranges -32768 : -1, 1 : 32767

Link copied to clipboard

The sensitivity of the sensor in nA/ppm. Ranges -32768 : -1, 1 : 32767

Link copied to clipboard

The electronic offset for the working electrode in mA. Range -32768 : 32767

Link copied to clipboard

The sensor zero current for the working electrode in nA. Range -32768 : 32767