Appendix B
Function Reference
B-16
ni.com
ni54xx_SetOutputImpedance
Format
__declspec(dllexport) long __stdcall
ni54xx_SetOutputImpedance(unsigned long sessionHandle,
unsigned long impedance );
Purpose
Sets the output impedance of the device (50 or 75 ohms). During calibration, the impedance
should never be set to 75 ohms because the terminated case assumes a 50 ohm load. This
requirement is true also for the NI 5431 devices.
Parameters
Name
Description
sessionHandle
The handle of the calibration session for the device, created
with a call to
ni54xx_CalStart
.
impedance
The output impedance value to set
NI54XX_50_OHMS
or
NI54XX_75_OHMS
.