Restores the original Factory Calibration
GxDmmRestoreFactoryCalibration (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX2065 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The original factory calibration is saved in a special area of the EEPROM in case it must be restored by the user. The factory calibration cannot be overwritten by the user.
The following example restores the factory calibration:
SHORT nHandle, nStatus;
GxDmmRestoreFactoryCalibration (nHandle, &nStatus);