GxDmmRestoreFactoryCalibration

Purpose

Restores the original Factory Calibration

Syntax

GxDmmRestoreFactoryCalibration (nHandle, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle for a GX2065 board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

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.

Example

The following example restores the factory calibration:

 

SHORT nHandle, nStatus;

GxDmmRestoreFactoryCalibration (nHandle, &nStatus);

 

See Also

GxDmmSetCalibrationSet, GxDmmGetErrorString