|
ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
|
Classes | |
| class | wasatch.FPGAOptions.FPGAOptions |
| Encapsulate the set of options used to compile the FPGA code in the firmware of the connected spectrometer. More... | |
Namespaces | |
| namespace | wasatch |
| This package provides control of Wasatch Photonics spectrometers. | |
| namespace | wasatch.FPGAOptions |
Variables | |
| int | wasatch.FPGAOptions.DATA_HEADER_NONE = 0 |
| int | wasatch.FPGAOptions.DATA_HEADER_OCEAN_OPTICS = 1 |
| int | wasatch.FPGAOptions.DATA_HEADER_WASATCH = 2 |
| int | wasatch.FPGAOptions.INTEG_TIME_RES_ONE_MS = 0 |
| int | wasatch.FPGAOptions.INTEG_TIME_RES_SWITCHABLE = 2 |
| int | wasatch.FPGAOptions.INTEG_TIME_RES_TEN_MS = 1 |
| int | wasatch.FPGAOptions.LASER_CONTROL_MODULATION = 0 |
| int | wasatch.FPGAOptions.LASER_CONTROL_RAMPING = 2 |
| int | wasatch.FPGAOptions.LASER_CONTROL_TRANSITION_POINTS = 1 |
| int | wasatch.FPGAOptions.LASER_TYPE_EXTERNAL = 2 |
| int | wasatch.FPGAOptions.LASER_TYPE_INTERNAL = 1 |
| int | wasatch.FPGAOptions.LASER_TYPE_NONE = 0 |
| wasatch.FPGAOptions.log = logging.getLogger(__name__) | |