|
Wasatch.PY
Python application driver for Wasatch Photonics spectrometers
|
Public Member Functions | |
| __init__ (self, setting, value) | |
| __str__ (self) | |
Public Attributes | |
| setting | |
| value | |
A class holding setting-value pairs sent from ENLIGHTEN to the spectrometer. Compare to StatusMessage as an outbound (spectrometer subprocess -> ENLIGHTEN) counterpart. There is no enumeration of supported settings, but CommandSettings is an (unused) step in that direction. For now, the true master list would be the set implemented by FeatureIdentificationDevice.write_setting.
| wasatch.ControlObject.ControlObject.__init__ | ( | self, | |
| setting, | |||
| value ) |
| wasatch.ControlObject.ControlObject.__str__ | ( | self | ) |
| wasatch.ControlObject.ControlObject.setting |
| wasatch.ControlObject.ControlObject.value |