Get/Set/Reset CI_Filter_Order
- Updated2023-03-16
- 1 minute(s) read
int32 __CFUNC DAQmxGetCIFilterOrder(TaskHandle taskHandle, const char channel[], uInt32 *data);
int32 __CFUNC DAQmxSetCIFilterOrder(TaskHandle taskHandle, const char channel[], uInt32 data);
int32 __CFUNC DAQmxResetCIFilterOrder(TaskHandle taskHandle, const char channel[]);
Purpose
DAQmxGetCIFilterOrder gets the Counter Input >> General Properties >> Filter >> Order property.
DAQmxSetCIFilterOrder sets the Counter Input >> General Properties >> Filter >> Order property.
DAQmxResetCIFilterOrder resets the Counter Input >> General Properties >> Filter >> Order property.