Hello,
I am trying to make voltage acquisitions with my NI 9239 card and the python API nidaqmx. I would like to set the integrated filter as I want, ie to have a low pass filter that cuts at 2.5kHZ.
How can I achieve that?
When I tried to set task.channels.ai_lowpass_enable to True, I get this error:
DaqError: Requested value is not a supported value for this property. The property value may be invalid because it conflicts with another property.
Property: DAQmx_AI_Lowpass_Enable
Thanks you