Edit

Share via


UFireIse.GetCalibrateHighReading 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 GetCalibrateHighReading ();
member this.GetCalibrateHighReading : unit -> UnitsNet.ElectricPotential
Public Function GetCalibrateHighReading () As ElectricPotential

Returns

UnitsNet.ElectricPotential

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

Applies to