Skip to content

Commit a69ad29

Browse files
author
Dilmi Wickramanayake
committed
fix changes to filtering
2 parents 82c2b7f + ffca8c1 commit a69ad29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/nidaqmx_analog_input_filtering/nidaqmx_analog_input_filtering.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
panel.set_value("is_running", True)
3333
panel.set_value("stop_button", False)
3434

35+
# How to use nidaqmx: https://nidaqmx-python.readthedocs.io/en/stable/
36+
3537
# How to use nidaqmx: https://nidaqmx-python.readthedocs.io/en/stable/
3638
with nidaqmx.Task() as task:
3739
chan_type = panel.get_value("chan_type", "1")

0 commit comments

Comments
 (0)