Background generation and acquisition in nidaqmx-python #477
|
Hi everyone, |
Answered by
zhindes
Jan 29, 2024
Replies: 1 comment 2 replies
|
Yes, Acquire Continuous and Background Data Using NI Devices is effectively the same as the every_n_samples_event.py example. You can add plotting with a 3rd party Python package and add code to do data threshold detection, etc. |
2 replies
Answer selected by
zhindes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, Acquire Continuous and Background Data Using NI Devices is effectively the same as the every_n_samples_event.py example. You can add plotting with a 3rd party Python package and add code to do data threshold detection, etc.