ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
Loading...
Searching...
No Matches
wasatch.WrapperWorker Namespace Reference

Classes

class  WrapperWorker
 Continuously process in background thread. More...
 

Variables

dict DEVICE_CLASSES
 
 log = logging.getLogger(__name__)
 

Variable Documentation

◆ DEVICE_CLASSES

dict wasatch.WrapperWorker.DEVICE_CLASSES
Initial value:
1= { "AndorDevice": AndorDevice,
2 "OceanDevice": OceanDevice,
3 "SPIDevice": SPIDevice,
4 "BLEDevice": BLEDevice,
5 "TCPDevice": TCPDevice,
6 "WasatchDevice": WasatchDevice }

◆ log

wasatch.WrapperWorker.log = logging.getLogger(__name__)