Skip to content

Commit 86fb485

Browse files
committed
Make corrections in README.md
1 parent afaf53e commit 86fb485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can either:
1919
```
2020
python scpi_hw_discovery.py
2121
```
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:
2323
```
2424
python scpi_hw_discovery.py dump_yml=True 9600 115200
2525
```
@@ -28,10 +28,10 @@ You can either:
2828
__NOTE__: you must replace the call path with your own path to the Python prompt (here anaconda))
2929
```
3030
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
3232
pause
3333
```
34-
* import into your own code:
34+
* or import into your own code:
3535
```python
3636
from scpi_hw_discovery import idn_scan
3737
idn_scan(dump_yml=True, baud_rates=(9600, 115200))

0 commit comments

Comments
 (0)