|
Wasatch.PY
Python application driver for Wasatch Photonics spectrometers
|
Public Member Functions | |
| __init__ (self) | |
| handle_requests (self, list[SpectrometerRequest] requests) | |
Public Attributes | |
| process_f | |
| remaining_throwaways | |
| wasatch.InterfaceDevice.InterfaceDevice.__init__ | ( | self | ) |
Any class that communicates to a spectrometer should inherit this class. It provides the common functions that avoid repeated code.
Reimplemented in wasatch.AndorDevice.AndorDevice, wasatch.BLEDevice.BLEDevice, wasatch.FeatureIdentificationDevice.FeatureIdentificationDevice, wasatch.OceanDevice.OceanDevice, wasatch.SPIDevice.SPIDevice, and wasatch.WasatchDevice.WasatchDevice.
| wasatch.InterfaceDevice.InterfaceDevice.handle_requests | ( | self, | |
| list[SpectrometerRequest] | requests ) |
| wasatch.InterfaceDevice.InterfaceDevice.process_f |
| wasatch.InterfaceDevice.InterfaceDevice.remaining_throwaways |