File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ start docs\_build\index.html
5858
59591 . Run the ** PythonPanelService** (not part of this repo, provided seperately)
60602 . ` 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 `
Original file line number Diff line number Diff line change 1010panel_script_path = Path (__file__ ).with_name ("nidaqmx_continuous_analog_input_panel.py" )
1111panel = nipanel .create_panel (panel_script_path )
1212
13+ # How to use nidaqmx: https://nidaqmx-python.readthedocs.io/en/stable/
1314with nidaqmx .Task () as task :
1415 task .ai_channels .add_ai_voltage_chan ("Dev1/ai0" )
1516 task .ai_channels .add_ai_thrmcpl_chan ("Dev1/ai1" )
You can’t perform that action at this time.
0 commit comments