Edit

Share via


UFireIse.GetCalibrateLowReading Method

Definition

Dual point uses two measures for low and high points. It needs the measured value (reading value) and the known value (reference value). Calling SetDualPointCalibration saves both the reading and reference value. When there are high and low calibration points, the device will automatically use them to adjust readings.To disable dual-point adjustment, call ResetCalibration to remove all calibration data.

public UnitsNet.ElectricPotential GetCalibrateLowReading ();
member this.GetCalibrateLowReading : unit -> UnitsNet.ElectricPotential
Public Function GetCalibrateLowReading () As ElectricPotential

Returns

UnitsNet.ElectricPotential

The measured value (reading value) for calibrate the low value

Applies to