Appendix B
Function Reference
©
National Instruments Corporation
B-7
ni54xx_CalFetchCount
Format
__declspec(dllexport) long __stdcall
ni54xx_CalFetchCount(unsigned long device,
long area,
long *count);
Purpose
Retrieves the number of times the device has been calibrated, either internally
(self-calibration) or externally (manual calibration).
Parameters
Name
Description
device
A number corresponding to the DAQ device number of the
device to be calibrated.
area
The area (internal or external) from where to get the date
NI54XX_INTERNAL
or
NI54XX_EXTERNAL
.
count
A pointer to a long integer which receives the count value.