Appendix B
Function Reference
©
National Instruments Corporation
B-15
ni54xx_SetDigitalFilter
Format
__declspec(dllexport) long __stdcall
ni54xx_SetDigitalFilter(unsigned long sessionHandle,
unsigned long filterState );
Purpose
Enables or disables the digital 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
. This normally
should be enabled.