We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c2b7f + ffca8c1 commit a69ad29Copy full SHA for a69ad29
examples/nidaqmx_analog_input_filtering/nidaqmx_analog_input_filtering.py
@@ -32,6 +32,8 @@
32
panel.set_value("is_running", True)
33
panel.set_value("stop_button", False)
34
35
+ # How to use nidaqmx: https://nidaqmx-python.readthedocs.io/en/stable/
36
+
37
# How to use nidaqmx: https://nidaqmx-python.readthedocs.io/en/stable/
38
with nidaqmx.Task() as task:
39
chan_type = panel.get_value("chan_type", "1")
0 commit comments