|
| one = CalSetting('94 dB SPL', 94.0 , 10**(94/20)*2e-5, SIQtys.AP.value) |
|
| two = CalSetting('1 Pa rms', 93.98, 1.0, SIQtys.AP.value) |
|
| three = CalSetting('114 dB SPL', 114.0 , 10**(114/20)*2e-5, SIQtys.AP.value) |
|
| four = CalSetting('10 Pa rms', 113.98, 10.0, SIQtys.AP.value) |
|
| five = CalSetting('93.7 dB SPL', 93.7 , 1.0, SIQtys.AP.value) |
|
tuple | types = (one, two, three, four, five) |
|
| default = one |
|
int | default_index = 0 |
|
Definition at line 159 of file lasp_common.py.
◆ fillComboBox()
lasp.lasp_common.CalibrationSettings.fillComboBox |
( |
|
cb | ) |
|
|
static |
Fill Calibration Settings to a combobox.
Args: cb: QComboBox to fill
Definition at line 171 of file lasp_common.py.
◆ getCurrent()
lasp.lasp_common.CalibrationSettings.getCurrent |
( |
|
cb | ) |
|
|
static |
◆ default
lasp.lasp_common.CalibrationSettings.default = one |
|
static |
◆ default_index
int lasp.lasp_common.CalibrationSettings.default_index = 0 |
|
static |
◆ five
lasp.lasp_common.CalibrationSettings.five = CalSetting('93.7 dB SPL', 93.7 , 1.0, SIQtys.AP.value) |
|
static |
◆ four
lasp.lasp_common.CalibrationSettings.four = CalSetting('10 Pa rms', 113.98, 10.0, SIQtys.AP.value) |
|
static |
◆ one
lasp.lasp_common.CalibrationSettings.one = CalSetting('94 dB SPL', 94.0 , 10**(94/20)*2e-5, SIQtys.AP.value) |
|
static |
◆ three
lasp.lasp_common.CalibrationSettings.three = CalSetting('114 dB SPL', 114.0 , 10**(114/20)*2e-5, SIQtys.AP.value) |
|
static |
◆ two
lasp.lasp_common.CalibrationSettings.two = CalSetting('1 Pa rms', 93.98, 1.0, SIQtys.AP.value) |
|
static |
◆ types
The documentation for this class was generated from the following file: