Gx3348CalWriteEEPROM

Purpose

Finalizes the calibration by writing the DAC and Measure (ADC) Offsets and Gains to EEPROM

Syntax

Gx3348CalWriteEEPROM (nHandle, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle for the PXI board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

This function writes all DACs gain and offset values and the new calibration date and time to the on-board EEPROM.

Calling this function completes the calibration process.

Example

The following example initializes and writes the calibration data to the EEPROM to finalize the calibration:

 

SHORT nHandle, nStatus;

 

Gx3348Initialize (1, &nHandle, &nStatus);

Gx3348CalWriteEEPROM(nHandle, &nStatus);

 

See Also

Gx3348CalDac, Gx3348CalAdc, GxPdoGetErrorString