Appendix B
Function Reference
©
National Instruments Corporation
B-25
ni54xx_ReadCalibrationADC
Format
__declspec(dllexport) long __stdcall
ni54xx_ReadCalibrationADC(unsigned long sessionHandle,
double *calADCValue );
Purpose
Reads the value of the calibration analog to digital converter, which holds the difference
of the two inputs to the calibration multiplexer. For example, the output can be compared
to the internal reference of the device. This function returns the average of many readings
of the ADC.
Parameters
Name
Description
sessionHandle
The handle of the calibration session for the device, created
with a call to
ni54xx_CalStart
.
calADCValue
A pointer to the value returned by the function.