python communication to thorlabs powermeter head
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