Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 502 Bytes

Thorlabs-powermeter

python communication to thorlabs powermeter head

Installation

Download the powermeter software from Thorlabs website

The .dll files and drivers should be included in the software installation.

Go to line 292 & line 297 of TLPMX.py in the repo.

Change the path to where the TLPMX_64.dll file is located on your local computer.

install ctypes for Python versions before 2.5

pip install ctypes