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

Measured quantity. More...

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

Static Public Attributes

 DUTY_CYCLE
 
 CONTINUITY
 Continuity test. More...
 
 POWER
 Electrical power, usually in W, or dBm. More...
 
 GAIN
 Gain (a transistor's gain, or hFE, for example). More...
 
 SOUND_PRESSURE_LEVEL
 Logarithmic representation of sound pressure relative to a reference value. More...
 
 CARBON_MONOXIDE
 Carbon monoxide level. More...
 
 RELATIVE_HUMIDITY
 Humidity. More...
 
 TIME
 Time. More...
 
 WIND_SPEED
 Wind speed. More...
 
 PRESSURE
 Pressure. More...
 
 PARALLEL_INDUCTANCE
 Parallel inductance (LCR meter model). More...
 
 PARALLEL_CAPACITANCE
 Parallel capacitance (LCR meter model). More...
 
 PARALLEL_RESISTANCE
 Parallel resistance (LCR meter model). More...
 
 SERIES_INDUCTANCE
 Series inductance (LCR meter model). More...
 
 SERIES_CAPACITANCE
 Series capacitance (LCR meter model). More...
 
 SERIES_RESISTANCE
 Series resistance (LCR meter model). More...
 
 DISSIPATION_FACTOR
 Dissipation factor. More...
 
 QUALITY_FACTOR
 Quality factor. More...
 
 PHASE_ANGLE
 Phase angle. More...
 
 DIFFERENCE
 Difference from reference value. More...
 
 COUNT
 Count. More...
 
 POWER_FACTOR
 Power factor. More...
 
 APPARENT_POWER
 Apparent power. More...
 
 MASS
 Mass. More...
 
tuple id
 
tuple name
 
- Static Public Attributes inherited from sigrok.core.classes.EnumValueQuantity
tuple get
 

Additional Inherited Members

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

Detailed Description

Measured quantity.

Member Data Documentation

sigrok.core.classes.Quantity.CONTINUITY
static

Continuity test.

sigrok.core.classes.Quantity.POWER
static

Electrical power, usually in W, or dBm.

sigrok.core.classes.Quantity.GAIN
static

Gain (a transistor's gain, or hFE, for example).

sigrok.core.classes.Quantity.SOUND_PRESSURE_LEVEL
static

Logarithmic representation of sound pressure relative to a reference value.

sigrok.core.classes.Quantity.CARBON_MONOXIDE
static

Carbon monoxide level.

sigrok.core.classes.Quantity.RELATIVE_HUMIDITY
static

Humidity.

sigrok.core.classes.Quantity.TIME
static

Time.

sigrok.core.classes.Quantity.WIND_SPEED
static

Wind speed.

sigrok.core.classes.Quantity.PRESSURE
static

Pressure.

sigrok.core.classes.Quantity.PARALLEL_INDUCTANCE
static

Parallel inductance (LCR meter model).

sigrok.core.classes.Quantity.PARALLEL_CAPACITANCE
static

Parallel capacitance (LCR meter model).

sigrok.core.classes.Quantity.PARALLEL_RESISTANCE
static

Parallel resistance (LCR meter model).

sigrok.core.classes.Quantity.SERIES_INDUCTANCE
static

Series inductance (LCR meter model).

sigrok.core.classes.Quantity.SERIES_CAPACITANCE
static

Series capacitance (LCR meter model).

sigrok.core.classes.Quantity.SERIES_RESISTANCE
static

Series resistance (LCR meter model).

sigrok.core.classes.Quantity.DISSIPATION_FACTOR
static

Dissipation factor.

sigrok.core.classes.Quantity.QUALITY_FACTOR
static

Quality factor.

sigrok.core.classes.Quantity.PHASE_ANGLE
static

Phase angle.

sigrok.core.classes.Quantity.DIFFERENCE
static

Difference from reference value.

sigrok.core.classes.Quantity.COUNT
static

Count.

sigrok.core.classes.Quantity.POWER_FACTOR
static

Power factor.

sigrok.core.classes.Quantity.APPARENT_POWER
static

Apparent power.

sigrok.core.classes.Quantity.MASS
static

Mass.


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