Hello,
It seems NI6289 M series PCI DAQ does not have a programmable filter?
Is it right? Are there any way I can set a lowpass filter such as calling some C functions? Do the following two functions work for NI6289?
DAQmxSetAILowpassEnable(taskHandle, "", 1);
DAQmxSetAILowpassCutoffFreq(taskHandle, "", cutoffFreq);
Or are there any built-in low pass filter in NI6289?
Thanks.
sipher