pysigrok  0.4.0
Python bindings for libsigrok
Static Public Attributes | List of all members
sigrok.core.classes.QuantityFlag Class Reference

Flag applied to measured quantity. More...

+ Inheritance diagram for sigrok.core.classes.QuantityFlag:

Static Public Attributes

tuple flags_from_mask
 
tuple mask_from_flags
 
 AC
 Voltage measurement is alternating current (AC). More...
 
 DC
 Voltage measurement is direct current (DC). More...
 
 RMS
 This is a true RMS measurement. More...
 
 DIODE
 Value is voltage drop across a diode, or NAN. More...
 
 HOLD
 Device is in "hold" mode (repeating the last measurement). More...
 
 MAX
 Device is in "max" mode, only updating upon a new max value. More...
 
 MIN
 Device is in "min" mode, only updating upon a new min value. More...
 
 AUTORANGE
 Device is in autoranging mode. More...
 
 RELATIVE
 Device is in relative mode. More...
 
 SPL_FREQ_WEIGHT_A
 Sound pressure level is A-weighted in the frequency domain, according to IEC 61672:2003. More...
 
 SPL_FREQ_WEIGHT_C
 Sound pressure level is C-weighted in the frequency domain, according to IEC 61672:2003. More...
 
 SPL_FREQ_WEIGHT_Z
 Sound pressure level is Z-weighted (i.e. More...
 
 SPL_FREQ_WEIGHT_FLAT
 Sound pressure level is not weighted in the frequency domain, albeit without standards-defined low and high frequency limits. More...
 
 SPL_TIME_WEIGHT_S
 Sound pressure level measurement is S-weighted (1s) in the time domain. More...
 
 SPL_TIME_WEIGHT_F
 Sound pressure level measurement is F-weighted (125ms) in the time domain. More...
 
 SPL_LAT
 Sound pressure level is time-averaged (LAT), also known as Equivalent Continuous A-weighted Sound Level (LEQ). More...
 
 SPL_PCT_OVER_ALARM
 Sound pressure level represented as a percentage of measurements that were over a preset alarm level. More...
 
 DURATION
 Time is duration (as opposed to epoch, ...). More...
 
 AVG
 Device is in "avg" mode, averaging upon each new value. More...
 
 REFERENCE
 Reference value shown. More...
 
 UNSTABLE
 Unstable value (hasn't settled yet). More...
 
tuple id
 
tuple name
 
- Static Public Attributes inherited from sigrok.core.classes.EnumValueQuantityFlag
tuple get
 

Additional Inherited Members

- Public Member Functions inherited from sigrok.core.classes.EnumValueQuantityFlag
def id (self)
 The integer constant associated with this value. More...
 
def name (self)
 The name associated with this value. More...
 

Detailed Description

Flag applied to measured quantity.

Member Data Documentation

sigrok.core.classes.QuantityFlag.AC
static

Voltage measurement is alternating current (AC).

sigrok.core.classes.QuantityFlag.DC
static

Voltage measurement is direct current (DC).

sigrok.core.classes.QuantityFlag.RMS
static

This is a true RMS measurement.

sigrok.core.classes.QuantityFlag.DIODE
static

Value is voltage drop across a diode, or NAN.

sigrok.core.classes.QuantityFlag.HOLD
static

Device is in "hold" mode (repeating the last measurement).

sigrok.core.classes.QuantityFlag.MAX
static

Device is in "max" mode, only updating upon a new max value.

sigrok.core.classes.QuantityFlag.MIN
static

Device is in "min" mode, only updating upon a new min value.

sigrok.core.classes.QuantityFlag.AUTORANGE
static

Device is in autoranging mode.

sigrok.core.classes.QuantityFlag.RELATIVE
static

Device is in relative mode.

sigrok.core.classes.QuantityFlag.SPL_FREQ_WEIGHT_A
static

Sound pressure level is A-weighted in the frequency domain, according to IEC 61672:2003.

sigrok.core.classes.QuantityFlag.SPL_FREQ_WEIGHT_C
static

Sound pressure level is C-weighted in the frequency domain, according to IEC 61672:2003.

sigrok.core.classes.QuantityFlag.SPL_FREQ_WEIGHT_Z
static

Sound pressure level is Z-weighted (i.e.

sigrok.core.classes.QuantityFlag.SPL_FREQ_WEIGHT_FLAT
static

Sound pressure level is not weighted in the frequency domain, albeit without standards-defined low and high frequency limits.

sigrok.core.classes.QuantityFlag.SPL_TIME_WEIGHT_S
static

Sound pressure level measurement is S-weighted (1s) in the time domain.

sigrok.core.classes.QuantityFlag.SPL_TIME_WEIGHT_F
static

Sound pressure level measurement is F-weighted (125ms) in the time domain.

sigrok.core.classes.QuantityFlag.SPL_LAT
static

Sound pressure level is time-averaged (LAT), also known as Equivalent Continuous A-weighted Sound Level (LEQ).

sigrok.core.classes.QuantityFlag.SPL_PCT_OVER_ALARM
static

Sound pressure level represented as a percentage of measurements that were over a preset alarm level.

sigrok.core.classes.QuantityFlag.DURATION
static

Time is duration (as opposed to epoch, ...).

sigrok.core.classes.QuantityFlag.AVG
static

Device is in "avg" mode, averaging upon each new value.

sigrok.core.classes.QuantityFlag.REFERENCE
static

Reference value shown.

sigrok.core.classes.QuantityFlag.UNSTABLE
static

Unstable value (hasn't settled yet).


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