Appendix B
Function Reference
©
National Instruments Corporation
B-3
ni54xx_CalAdjust
Format
__declspec(dllexport) long__stdcall
ni54xx_CalAdjust(unsigned long
sessionHandle,
unsigned long measurementMode,
double *actualData,
double *measuredData );
Purpose
Adjust the specified calibration constant based on the values of the measured and actual data.
Parameters
Name
Description
sessionHandle
The handle of the calibration session for the device, created
with a call to
ni54xx_CalStart
.
measurementMode
The calibration constant(s) being adjusted. One of the
NI54XX_SET_
constants in Appendix C,
.
actualData
An array of doubles, a pointer to one double, or
NULL
,
depending on the
measurementMode
parameter.
measuredData
An array of doubles, a pointer to one double, or
NULL
,
depending on the
measurementMode
parameter.