File tree Expand file tree Collapse file tree
output_voltage_measurement Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ REM The discovery service uses this script to start the measurement service.
33REM You can customize this script for your Python setup. The -v option logs
44REM messages with level INFO and above.
55
6- call python " %~dp0 measurement .py" -v
6+ .venv\Scripts\ python.exe measurement .py -v
Original file line number Diff line number Diff line change @@ -3,6 +3,4 @@ REM The discovery service uses this script to start the measurement service.
33REM You can customize this script for your Python setup. The -v option logs
44REM messages with level INFO and above.
55
6- REM If you don't have NI Instrument Simulator v2.0 hardware, you can simulate
7- REM it in software by adding the --use-simulation option to this command.
86.venv\Scripts\python.exe measurement.py -v
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ REM The discovery service uses this script to start the measurement service.
33REM You can customize this script for your Python setup. The -v option logs
44REM messages with level INFO and above.
55
6- call python " %~dp0 measurement .py" -v
6+ .venv\Scripts\ python.exe measurement .py -v
You can’t perform that action at this time.
0 commit comments