Skip to content

Commit 1a16e71

Browse files
mikeprosserniMike Prosser
andauthored
fix example commands (#176)
Co-authored-by: Mike Prosser <mike.prosser@emerson.com>
1 parent 13effeb commit 1a16e71

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ start docs\_build\index.html
7272
- `poetry run python examples/hello/hello.py`
7373
- `poetry run python examples/all_types/all_types.py`
7474
- `poetry run python examples/simple_graph/simple_graph.py`
75-
- `poetry run python examples/nidaqmx/nidaqmx_continuous_analog_input.py` (requires real or simulated devices)
75+
- `poetry run python examples/nidaqmx/nidaqmx_continuous_analog_input/nidaqmx_continuous_analog_input.py` (requires real or simulated devices)
7676
4. Open http://localhost:42001/panel-service/ in your browser, which will show all running panels
7777

7878
# Debugging on the streamlit side

examples/nidaqmx/nidaqmx_analog_output_voltage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ This is a nipanel example that displays an interactive Streamlit app and updates
1818

1919
```pwsh
2020
poetry install --with examples
21-
poetry run examples\nidaqmx\nidaqmx_analog_output_voltage\nidaqmx_analog_output_voltage.py
21+
poetry run python examples\nidaqmx\nidaqmx_analog_output_voltage\nidaqmx_analog_output_voltage.py
2222
```

examples/nidaqmx/nidaqmx_continuous_analog_input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ This is a nipanel example that displays an interactive Streamlit app and updates
1818

1919
```pwsh
2020
poetry install --with examples
21-
poetry run examples\nidaqmx\nidaqmx_continuous_analog_input\nidaqmx_continuous_analog_input.py
21+
poetry run python examples\nidaqmx\nidaqmx_continuous_analog_input\nidaqmx_continuous_analog_input.py
2222
```

examples/niscope/niscope_binary_acquisition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Script demonstrates waveform data getting continuously acquired and being conver
1919

2020
```pwsh
2121
poetry install --with examples
22-
poetry run examples\niscope\niscope_binary_acquisition\niscope_binary_acquisition.py
22+
poetry run python examples\niscope\niscope_binary_acquisition\niscope_binary_acquisition.py
2323
```

examples/niscope/niscope_configured_acquisition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Script demonstrates how to configure vertical, horizontal, and triggering proper
1919

2020
```pwsh
2121
poetry install --with examples
22-
poetry run examples\niscope\niscope_configured_acquisition\niscope_configured_acquisition.py
22+
poetry run python examples\niscope\niscope_configured_acquisition\niscope_configured_acquisition.py
2323
```

examples/niscope/nicope_ex_fetch_forever/README.md renamed to examples/niscope/niscope_ex_fetch_forever/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Script demonstrates NIScope waveform data getting continuously acquired.
1919

2020
```pwsh
2121
poetry install --with examples
22-
poetry run examples\niscope\niscope_ex_fetch_forever\niscope_ex_fetch_forever.py
22+
poetry run python examples\niscope\niscope_ex_fetch_forever\niscope_ex_fetch_forever.py
2323
```

0 commit comments

Comments
 (0)