Skip to content

Commit c4725e4

Browse files
author
Dilmi Wickramanayake
committed
Merge branch 'users/DilmiWickramanayake/Analog_Output_voltage' of https://github.com/ni/nipanel-python into users/DilmiWickramanayake/Analog_Output_voltage
2 parents 27fb20b + 8c0bc34 commit c4725e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/nidaqmx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ This is a nipanel example that displays an interactive Streamlit app and updates
1919
```pwsh
2020
poetry install --with examples
2121
poetry run examples/nidaqmx/nidaqmx_continuous_analog_input.py
22-
```
22+
```

examples/nidaqmx/nidaqmx_continuous_analog_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080
panel.set_value("is_running", False)
8181

8282
except KeyboardInterrupt:
83-
pass
83+
pass

0 commit comments

Comments
 (0)