Finalizes the calibration by writing the DAC and Measure (ADC) Offsets and Gains to EEPROM
Gx3348CalWriteEEPROM (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle for the PXI board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
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.
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);