Skip to content

Commit 1402081

Browse files
authored
Update Readme.md
1 parent f39f7b9 commit 1402081

File tree

1 file changed

+2
-2
lines changed
  • Python/Thorlabs PMxxx Power Meters/scpi

1 file changed

+2
-2
lines changed

Python/Thorlabs PMxxx Power Meters/scpi/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ anyvisa library. Some others use the third-party pyvisa python library based on
77
## Included Examples
88

99
### Simple Example
10-
The example ```PMxxx_SCPI_pyvisa.py``` shows how to to open a powermeter connected with USB using the pyvisa library, make settings and get measurement values.
10+
The example ```PMxxx_SCPI_pyvisa.py``` shows how to to open a powermeter connected with USB using the pyvisa library, make settings and get measurement values. It will not work for ethernet connection, check the anyvisa examples for that case.
1111

1212
### Fast Mode
1313
Demonstrates how to query fast measurement stream of Thorlabs Power Meter.
@@ -24,7 +24,7 @@ The Thorlabs Power Meters supports Scope Mode to measure and store a software or
2424
For closer details refer to [Readme](scopeMode). Available for PM6x, PM103, PM103E and PM5020.
2525

2626
### Open Anyvisa
27-
Minimal template script ```PMxxx_SCPI_OpenAnyvisa.py``` to open a known instrument resource using anvisa library.
27+
Minimal template script ```PMxxx_SCPI_OpenAnyvisa.py``` to open a known instrument resource using anyvisa library.
2828

2929
### Search Anyvisa
3030
Minimal template script ```PMxxx_SCPI_SearchAnyvisa.py``` to run instrument search and open one of the devices found using anvisa library.

0 commit comments

Comments
 (0)