Examples
Python code example how to connect to ThorLabs Power Meter PM100D. Here’s a simple Python code example how to connect and disconnect from an instrument:
from Instruments_Libraries.PM100D import PM100D
PM = PM100D("Serial Number Of the ThorLabs Power Meter PM100D")
PM.getIdn()
PM.Close()