1.1.4.26 DRV_METROLOGY_StartCalibration Function

C
voidDRV_METROLOGY_StartCalibration(void);
Summary

Starts internal calibration process.

Description

This routine is used to automatically calibrate the board. It requires accurate and stable voltage and current sources and loads, which can be provided by a meter test bench, such as the WECO (or equivalent equipment).

This routine must be called after a configuration routine DRV_METROLOGY_SetConfiguration Function, in order to ensure that the proper configuration has been applied.

Parameters

None.

Returns

None.

Example
    DRV_METROLOGY_CONFIGURATION newConf;
    DRV_METROLOGY_SetConfiguration(&newConf);
    DRV_METROLOGY_StartCalibration();
Remarks

None.