spectrometer_view
frog.gui.spectrometer_view
¤
Panel and widgets related to the control of spectrometers.
Attributes¤
Classes¤
SpectrometerControl(commands=_COMMANDS)
¤
Bases: DevicePanel
Class to monitor and control spectrometers.
Create the widgets to monitor and control the spectrometer.
Source code in frog/gui/spectrometer_view.py
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
|
Functions¤
on_command_button_clicked(command)
¤
Execute the given command by sending a message to the appropriate topic.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
command
|
str
|
Command to be executed |
required |
Source code in frog/gui/spectrometer_view.py
81 82 83 84 85 86 87 |
|