1.1.3.4.23 APP_METROLOGY_StartCalibration Function

C

void APP_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 like the WECO (or equivalent equipment).

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

Parameters

None.

Returns

None.

Example

  
  APP_METROLOGY_StartCalibration();

Remarks

None.