Skip to content

Commit b5ac513

Browse files
Mike ProsserMike Prosser
authored andcommitted
Joe's feedback (documentation and comments)
1 parent 7619ee0 commit b5ac513

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ start docs\_build\index.html
5858

5959
1. Run the **PythonPanelService** (not part of this repo, provided seperately)
6060
2. `poetry install --with examples` to get the dependencies needed for the examples
61-
3. Run the command(s):
61+
3. Run the examples with these command(s):
6262
- `poetry run python examples/hello/hello.py`
6363
- `poetry run python examples/all_types/all_types.py`
6464
- `poetry run python examples/simple_graph/simple_graph.py`

examples/nidaqmx/nidaqmx_continuous_analog_input.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
panel_script_path = Path(__file__).with_name("nidaqmx_continuous_analog_input_panel.py")
1111
panel = nipanel.create_panel(panel_script_path)
1212

13+
# How to use nidaqmx: https://nidaqmx-python.readthedocs.io/en/stable/
1314
with nidaqmx.Task() as task:
1415
task.ai_channels.add_ai_voltage_chan("Dev1/ai0")
1516
task.ai_channels.add_ai_thrmcpl_chan("Dev1/ai1")

0 commit comments

Comments
 (0)