Appendix B
Function Reference
B-14
ni.com
ni54xx_SetAnalogFilter
Format
__declspec(dllexport) long __stdcall
ni54xx_SetAnalogFilter(unsigned long sessionHandle,
unsigned long filterState );
Purpose
Enables or disables the analog filter of the device.
Parameters
Name
Description
sessionHandle
The handle of the calibration session for the device, created
with a call to
ni54xx_CalStart
.
filterState
Indicates whether to enable or disable the filter
NI54XX_ENABLE
or
NI54XX_DISABLE
.