PySharp Units of Measure
Units of Measure in Python
Static Public Attributes | List of all members
uom.enums.UnitType Class Reference

An enumeration of the types of units of measure. More...

Inheritance diagram for uom.enums.UnitType:

Static Public Attributes

 UNITY = auto()
 
 LENGTH = auto()
 
 MASS = auto()
 
 TIME = auto()
 
 ELECTRIC_CURRENT = auto()
 
 TEMPERATURE = auto()
 
 SUBSTANCE_AMOUNT = auto()
 
 LUMINOSITY = auto()
 
 AREA = auto()
 
 VOLUME = auto()
 
 DENSITY = auto()
 
 VELOCITY = auto()
 
 VOLUMETRIC_FLOW = auto()
 
 MASS_FLOW = auto()
 
 FREQUENCY = auto()
 
 ACCELERATION = auto()
 
 FORCE = auto()
 
 PRESSURE = auto()
 
 ENERGY = auto()
 
 POWER = auto()
 
 ELECTRIC_CHARGE = auto()
 
 ELECTROMOTIVE_FORCE = auto()
 
 ELECTRIC_RESISTANCE = auto()
 
 ELECTRIC_CAPACITANCE = auto()
 
 ELECTRIC_PERMITTIVITY = auto()
 
 ELECTRIC_FIELD_STRENGTH = auto()
 
 MAGNETIC_FLUX = auto()
 
 MAGNETIC_FLUX_DENSITY = auto()
 
 ELECTRIC_INDUCTANCE = auto()
 
 ELECTRIC_CONDUCTANCE = auto()
 
 LUMINOUS_FLUX = auto()
 
 ILLUMINANCE = auto()
 
 RADIATION_DOSE_ABSORBED = auto()
 
 RADIATION_DOSE_EFFECTIVE = auto()
 
 RADIATION_DOSE_RATE = auto()
 
 RADIOACTIVITY = auto()
 
 CATALYTIC_ACTIVITY = auto()
 
 DYNAMIC_VISCOSITY = auto()
 
 KINEMATIC_VISCOSITY = auto()
 
 RECIPROCAL_LENGTH = auto()
 
 PLANE_ANGLE = auto()
 
 SOLID_ANGLE = auto()
 
 INTENSITY = auto()
 
 COMPUTER_SCIENCE = auto()
 
 TIME_SQUARED = auto()
 
 MOLAR_CONCENTRATION = auto()
 
 IRRADIANCE = auto()
 
 CURRENCY = auto()
 
 UNCLASSIFIED = auto()
 

Detailed Description

An enumeration of the types of units of measure.


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