Edit

Share via


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

Returns

UnitsNet.ElectricPotential

The known value (reference value) for calibrate the low value

Applies to