GxPsUserCalStoreCalibrationData

Purpose

Stores the calibration data to the on-board EPROM.

Syntax

GxPsUserCalStoreCalibrationData (nHandle, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT

GX7400 slot number.

pnStatus
LPSHORT
Returned status: 0 on success, negative number on failure, >0 for warning.

Comments

The function conclude the calibration process and stores the calibrated channel’s data to the on-board EPROM. Users can only call this function after all six calibration steps were executed in order. See the Front Panel Calibration and Sample Calibration Program sections for details.

Example

The following example Stores the calibration data to the on-board EPROM.

 

SHORT nHandle, nStatus;

GxPsUserCalStoreCalibrationData (nHandle, &nStatus);

 

See Also

GxPsUserCalReadMeasuredVal, GxPsUserCalRestoreFactoryCalibration, GxPsUserCalSetup, GxPsUserCalSetupForMeasurement, GxPsUserCalWriteMeasuredVal, GxPsGetErrorString