1.1.4.26 DRV_METROLOGY_StartCalibration Function
voidDRV_METROLOGY_StartCalibration(void);SummaryStarts internal calibration process.
DescriptionThis 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.
ParametersNone.
ReturnsNone.
Example DRV_METROLOGY_CONFIGURATION newConf;
DRV_METROLOGY_SetConfiguration(&newConf);
DRV_METROLOGY_StartCalibration();RemarksNone.
