sigrok-java  0.4.0
Java bindings for libsigrok
Static Public Attributes | List of all members
org.sigrok.core.classes.QuantityFlag Class Reference

Flag applied to measured quantity. More...

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

Static Public Attributes

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

Additional Inherited Members

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

Detailed Description

Flag applied to measured quantity.

Member Data Documentation

final QuantityFlag org.sigrok.core.classes.QuantityFlag.AC
static

Voltage measurement is alternating current (AC).

final QuantityFlag org.sigrok.core.classes.QuantityFlag.DC
static

Voltage measurement is direct current (DC).

final QuantityFlag org.sigrok.core.classes.QuantityFlag.RMS
static

This is a true RMS measurement.

final QuantityFlag org.sigrok.core.classes.QuantityFlag.DIODE
static

Value is voltage drop across a diode, or NAN.

final QuantityFlag org.sigrok.core.classes.QuantityFlag.HOLD
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.MAX
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.MIN
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.AUTORANGE
static

Device is in autoranging mode.

final QuantityFlag org.sigrok.core.classes.QuantityFlag.RELATIVE
static

Device is in relative mode.

final QuantityFlag org.sigrok.core.classes.QuantityFlag.SPL_FREQ_WEIGHT_A
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.SPL_FREQ_WEIGHT_C
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.SPL_FREQ_WEIGHT_Z
static

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

final QuantityFlag org.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.

final QuantityFlag org.sigrok.core.classes.QuantityFlag.SPL_TIME_WEIGHT_S
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.SPL_TIME_WEIGHT_F
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.SPL_LAT
static

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

final QuantityFlag org.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.

final QuantityFlag org.sigrok.core.classes.QuantityFlag.DURATION
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.AVG
static

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

final QuantityFlag org.sigrok.core.classes.QuantityFlag.REFERENCE
static

Reference value shown.

final QuantityFlag org.sigrok.core.classes.QuantityFlag.UNSTABLE
static

Unstable value (hasn't settled yet).