You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ All requirements are provided inside the `requirements.txt`. To install them nav
13
13
14
14
For a single measurement, you can simply run the `measurement.py` script using the command:
15
15
16
-
python measurement.py
16
+
python measurement_n_el_16.py
17
17
18
18
This script establishes a serial connection to the ScioSpec device, sends the measurement configuration, and starts a
19
19
measurement with a burst count of 10. For a successful measurement, you have to plug in the 16 electrodes to the port "channel 1-16" at the ScioSpec device. For saving the data, set `save = True` and insert a valid `s_path` to the `scio_spec_measurement_config` at the beginning of the script.
0 commit comments