LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp.lasp_common.Qty Class Reference
Collaboration diagram for lasp.lasp_common.Qty:

Public Member Functions

 __str__ (self)
 
 __eq__ (self, other)
 Comparison breaks for the other objects, level unit, level ref name, etc as these are tuples / a single string.
 
 toInt (self)
 Convert quantity to its specific enum integer value.
 

Public Attributes

 name
 
 unit_name
 

Static Public Attributes

str name
 
str unit_name
 
str unit_symb
 
object level_unit
 
object level_ref_name
 
object level_ref_value
 
DaqChannel cpp_enum .Qty
 

Detailed Description

Definition at line 60 of file lasp_common.py.

Member Function Documentation

◆ __eq__()

lasp.lasp_common.Qty.__eq__ (   self,
  other 
)

Comparison breaks for the other objects, level unit, level ref name, etc as these are tuples / a single string.

Definition at line 79 of file lasp_common.py.

◆ __str__()

lasp.lasp_common.Qty.__str__ (   self)

Definition at line 76 of file lasp_common.py.

◆ toInt()

lasp.lasp_common.Qty.toInt (   self)

Convert quantity to its specific enum integer value.

Definition at line 89 of file lasp_common.py.

Member Data Documentation

◆ cpp_enum

DaqChannel lasp.lasp_common.Qty.cpp_enum .Qty
static

Definition at line 74 of file lasp_common.py.

◆ level_ref_name

object lasp.lasp_common.Qty.level_ref_name
static

Definition at line 72 of file lasp_common.py.

◆ level_ref_value

object lasp.lasp_common.Qty.level_ref_value
static

Definition at line 73 of file lasp_common.py.

◆ level_unit

object lasp.lasp_common.Qty.level_unit
static

Definition at line 68 of file lasp_common.py.

◆ name [1/2]

str lasp.lasp_common.Qty.name
static

Definition at line 62 of file lasp_common.py.

◆ name [2/2]

lasp.lasp_common.Qty.name

Definition at line 86 of file lasp_common.py.

◆ unit_name [1/2]

str lasp.lasp_common.Qty.unit_name
static

Definition at line 64 of file lasp_common.py.

◆ unit_name [2/2]

lasp.lasp_common.Qty.unit_name

Definition at line 87 of file lasp_common.py.

◆ unit_symb

str lasp.lasp_common.Qty.unit_symb
static

Definition at line 66 of file lasp_common.py.


The documentation for this class was generated from the following file: