InstrumentSelect module
Created on Mon Jan 31 08:55:42 2022
@author: Martin.Mihaylov
- Instruments_Libraries.InstrumentSelect.PowerMeter(index=0)[source]
Auto-detect a connected Thorlabs PM100-series power meter and return a PM100D instance.
- Parameters:
index (int) – If multiple PM100 meters are connected, choose which one to open (0 = first found).
- Raises:
RuntimeError – If no PM100-series device is detected or we cannot open it.
IndexError – If ‘index’ is out of range.