|
| default () |
|
| fromCppEnum (enum) |
| Convert enumeration index from - say - a measurement file back into physical quantity information.
|
|
| fromInt (val) |
| Convert integer index from - say - a measurement file back into physical quantity information.
|
|
Definition at line 98 of file lasp_common.py.
◆ default()
lasp.lasp_common.SIQtys.default |
( |
| ) |
|
|
static |
◆ fromCppEnum()
lasp.lasp_common.SIQtys.fromCppEnum |
( |
|
enum | ) |
|
|
static |
Convert enumeration index from - say - a measurement file back into physical quantity information.
Definition at line 130 of file lasp_common.py.
◆ fromInt()
lasp.lasp_common.SIQtys.fromInt |
( |
|
val | ) |
|
|
static |
Convert integer index from - say - a measurement file back into physical quantity information.
Definition at line 141 of file lasp_common.py.
◆ AP
lasp.lasp_common.SIQtys.AP |
|
static |
Initial value:= Qty(name='Acoustic Pressure',
unit_name='Pascal',
unit_symb='Pa',
level_unit=('dB SPL','dBPa'),
level_ref_name=('2 micropascal', '1 pascal',),
level_ref_value=(P_REF, 1),
cpp_enum = DaqChannel.Qty.AcousticPressure
)
Definition at line 107 of file lasp_common.py.
lasp.lasp_common.SIQtys.N |
|
static |
Initial value:= Qty(name='Number',
unit_name='No unit / full scale',
unit_symb='-',
level_unit=('dBFS',),
level_ref_name=('Relative to full scale sine wave',),
level_ref_value=(dBFS_REF,),
cpp_enum = DaqChannel.Qty.Number
)
Definition at line 99 of file lasp_common.py.
lasp.lasp_common.SIQtys.V |
|
static |
Initial value:= Qty(name='Voltage',
unit_name='Volt',
unit_symb=('V'),
level_unit=('dBV',),
level_ref_name=('1V',),
level_ref_value=(1.0,),
cpp_enum = DaqChannel.Qty.Voltage
)
Definition at line 116 of file lasp_common.py.
The documentation for this class was generated from the following file: