|
tuple | none = (0, 'Raw (no time weighting)') |
|
tuple | uufast = (1e-4, '0.1 ms') |
|
tuple | ufast = (35e-3, 'Impulse (35 ms)') |
|
tuple | fast = (0.125, 'Fast (0.125 s)') |
|
tuple | slow = (1.0, 'Slow (1.0 s)') |
|
tuple | tens = (10., '10 s') |
|
tuple | averaging = (-1, 'All-averaging') |
|
tuple | types_all = (none, uufast, ufast, fast, slow, tens, averaging) |
|
tuple | types_realtimeaps = (ufast, fast, slow, tens, averaging) |
|
tuple | types_realtimeslm = (ufast, fast, slow, tens) |
|
tuple | types_slmt = (none, uufast, ufast, fast, slow, tens) |
|
tuple | types_slmstats = (uufast, ufast, fast, slow, tens) |
|
tuple | default = fast |
|
Definition at line 292 of file lasp_common.py.
◆ fillComboBox()
lasp.lasp_common.TimeWeighting.fillComboBox |
( |
|
cb, |
|
|
|
types |
|
) |
| |
|
static |
Fill TimeWeightings to a combobox.
Args: cb: QComboBox to fill types: The types to fill it with
Definition at line 323 of file lasp_common.py.
◆ getCurrent()
lasp.lasp_common.TimeWeighting.getCurrent |
( |
|
cb | ) |
|
|
static |
◆ averaging
tuple lasp.lasp_common.TimeWeighting.averaging = (-1, 'All-averaging') |
|
static |
◆ default
tuple lasp.lasp_common.TimeWeighting.default = fast |
|
static |
◆ fast
tuple lasp.lasp_common.TimeWeighting.fast = (0.125, 'Fast (0.125 s)') |
|
static |
◆ none
tuple lasp.lasp_common.TimeWeighting.none = (0, 'Raw (no time weighting)') |
|
static |
◆ slow
tuple lasp.lasp_common.TimeWeighting.slow = (1.0, 'Slow (1.0 s)') |
|
static |
◆ tens
tuple lasp.lasp_common.TimeWeighting.tens = (10., '10 s') |
|
static |
◆ types_all
◆ types_realtimeaps
◆ types_realtimeslm
◆ types_slmstats
◆ types_slmt
◆ ufast
tuple lasp.lasp_common.TimeWeighting.ufast = (35e-3, 'Impulse (35 ms)') |
|
static |
◆ uufast
tuple lasp.lasp_common.TimeWeighting.uufast = (1e-4, '0.1 ms') |
|
static |
The documentation for this class was generated from the following file: