Appendix B
Function Reference
©
National Instruments Corporation
B-13
ni54xx_SetArbOutput
Format
__declspec(dllexport) long __stdcall
ni54xx_SetArbOutput(unsigned long sessionHandle,
unsigned long outputState );
Purpose
Enables or disables the output of the device.
Parameters
Name
Description
sessionHandle
The handle of the calibration session for the device, created
with a call to
ni54xx_CalStart
.
outputState
Indicates whether to enable or disable the output
NI54XX_ENABLE
or
NI54XX_DISABLE
.