File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can either:
19
19
```
20
20
python scpi_hw_discovery.py
21
21
```
22
- You can additionally search at 115200 baud and dump yaml file with the result:
22
+ example with additional search at e.g. 115200 baud and dump yaml file with the result:
23
23
```
24
24
python scpi_hw_discovery.py dump_yml=True 9600 115200
25
25
```
@@ -28,10 +28,10 @@ You can either:
28
28
__NOTE__: you must replace the call path with your own path to the Python prompt (here anaconda))
29
29
```
30
30
call C:\Users\Z40\Anaconda3\Scripts\activate.bat
31
- python scpi_hw_discovery.py dump_yml=True 9600
31
+ python scpi_hw_discovery.py dump_yml=True
32
32
pause
33
33
```
34
- * import into your own code:
34
+ * or import into your own code:
35
35
```python
36
36
from scpi_hw_discovery import idn_scan
37
37
idn_scan(dump_yml=True, baud_rates=(9600, 115200))
You can’t perform that action at this time.
0 commit comments