GxDmmWriteCalibrationEEPROM

Purpose

Writes the calibration values to the onboard EEPROM

Syntax

GxDmmWriteCalibrationEEPROM (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

This is the final function to be called during calibration. It finalizes the calibration by writing the calibrated values to the onboard EEPROM.

Example

The following writes calibration values to the EEPROM:

 

SHORT nHandle, nStatus;

GxDmmWriteCalibrationEEPROM (nHandle, &nStatus);

 

See Also

GxDmmSetCalibrationMeasurements, GxDmmSetCalibrationSet, GxDmmGetCalibrationSet, GxDmmRestoreFactoryCalibration, GxDmmGetErrorString