Skip to content

Commit fb2b46f

Browse files
author
Dilmi Wickramanayake
committed
Merge branch 'users/DilmiWickramanayake/Analog_Input_filtering' of https://github.com/ni/nipanel-python into users/DilmiWickramanayake/Analog_Input_filtering
2 parents 2f569a8 + a69ad29 commit fb2b46f

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)