06-05-2024 02:23 PM
I have read several posts on this forum to try and figure out how to enable the lowpass filter through python on my usb-6001. No one seems to have the issue i am having... The lowpass filter works correctly in labview but everytime I try to implement it in python I am met with the following error code:
nidaqmx.errors.DaqError: Specified property is not supported by the device or is not applicable to the task.
Property: DAQmx_AI_Lowpass_Enable
Channel Name: Dev3/ai3
Task Name: _unnamedTask<0>
Status Code: -200452
I will attach my implementation below:
Solved! Go to Solution.
06-05-2024 03:25 PM
I couldn't find in the User Manual or Specifications that 6001 has a configurable low-pass filter.
How did you verify that your LabVIEW code works exactly?
06-05-2024 03:43 PM
i verified that it works by applying it to a real time voltage reading. Without the filter the graph of data is useless, indiscernible noise. With the filter and cutoff of 10Hz, the data looks as intended
06-05-2024 04:16 PM
So, you do realize that this low pass filter is a separate function and in no way related to DAQmx and 6001, right?
06-05-2024 04:49 PM
Evidently, I did not realize that