Appendix B
Function Reference
B-24
ni.com
ni54xx_SetCalibrationMux
Format
__declspec(dllexport) long __stdcall
ni54xx_SetCalibrationMux(unsigned long sessionHandle,
unsigned long muxSetting );
Purpose
Determines what value is read by a call to
ReadCalibrationADC
, the ground vs. the ground,
the reference vs. the reference, the output vs. the ground, or the output vs. the reference. You
should only set to output vs. reference.
Parameters
Name
Description
sessionHandle
The handle of the calibration session for the device, created
with a call to
ni54xx_CalStart
.
muxSetting
The multiplexer setting
NI54XX_GND_VS_GND
,
NI54XX_REF_VS_REF
,
NI54XX_OUT_VS_GND
,
or
NI54XX_OUT_VS_REF
.