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

Unit is an enumeration of common units of measure in the International, Customary, SI, US and British Imperial systems. More...

Inheritance diagram for uom.enums.Unit:

Static Public Attributes

 ONE = auto()
 
 PERCENT = auto()
 
 SECOND = auto()
 
 MINUTE = auto()
 
 HOUR = auto()
 
 DAY = auto()
 
 WEEK = auto()
 
 JULIAN_YEAR = auto()
 
 SQUARE_SECOND = auto()
 
 MOLE = auto()
 
 EQUIVALENT = auto()
 
 INTERNATIONAL_UNIT = auto()
 
 RADIAN = auto()
 
 STERADIAN = auto()
 
 DEGREE = auto()
 
 ARC_SECOND = auto()
 
 DECIBEL = auto()
 
 METRE = auto()
 
 ANGSTROM = auto()
 
 DIOPTER = auto()
 
 PARSEC = auto()
 
 ASTRONOMICAL_UNIT = auto()
 
 SQUARE_METRE = auto()
 
 HECTARE = auto()
 
 KELVIN = auto()
 
 CELSIUS = auto()
 
 GRAM = auto()
 
 KILOGRAM = auto()
 
 CARAT = auto()
 
 TONNE = auto()
 
 CUBIC_METRE = auto()
 
 LITRE = auto()
 
 CUBIC_METRE_PER_SEC = auto()
 
 CUBIC_FEET_PER_SEC = auto()
 
 KILOGRAM_PER_SEC = auto()
 
 PASCAL_SECOND = auto()
 
 SQUARE_METRE_PER_SEC = auto()
 
 METRE_PER_SEC = auto()
 
 METRE_PER_SEC_SQUARED = auto()
 
 JOULE = auto()
 
 ELECTRON_VOLT = auto()
 
 CALORIE = auto()
 
 WATT_HOUR = auto()
 
 NEWTON = auto()
 
 WATT = auto()
 
 WATTS_PER_SQ_METRE = auto()
 
 HERTZ = auto()
 
 RAD_PER_SEC = auto()
 
 PASCAL = auto()
 
 BAR = auto()
 
 ATMOSPHERE = auto()
 
 AMPERE = auto()
 
 AMPERE_PER_METRE = auto()
 
 COULOMB = auto()
 
 VOLT = auto()
 
 OHM = auto()
 
 FARAD = auto()
 
 FARAD_PER_METRE = auto()
 
 WEBER = auto()
 
 TESLA = auto()
 
 HENRY = auto()
 
 SIEMENS = auto()
 
 MOLARITY = auto()
 
 CANDELA = auto()
 
 LUMEN = auto()
 
 LUX = auto()
 
 BECQUEREL = auto()
 
 GRAY = auto()
 
 SIEVERT = auto()
 
 SIEVERTS_PER_HOUR = auto()
 
 KATAL = auto()
 
 UNIT = auto()
 
 KILOGRAM_PER_CU_METRE = auto()
 
 NEWTON_METRE = auto()
 
 BIT = auto()
 
 BYTE = auto()
 
 INCH = auto()
 
 FOOT = auto()
 
 YARD = auto()
 
 MILE = auto()
 
 NAUTICAL_MILE = auto()
 
 FATHOM = auto()
 
 MIL = auto()
 
 POINT = auto()
 
 FAHRENHEIT = auto()
 
 RANKINE = auto()
 
 POUND_MASS = auto()
 
 OUNCE = auto()
 
 SLUG = auto()
 
 GRAIN = auto()
 
 TROY_OUNCE = auto()
 
 POUND_FORCE = auto()
 
 FOOT_POUND_FORCE = auto()
 
 SQUARE_INCH = auto()
 
 SQUARE_FOOT = auto()
 
 SQUARE_YARD = auto()
 
 ACRE = auto()
 
 CUBIC_INCH = auto()
 
 CUBIC_FOOT = auto()
 
 CUBIC_YARD = auto()
 
 CORD = auto()
 
 FEET_PER_SEC = auto()
 
 KNOT = auto()
 
 MILES_PER_HOUR = auto()
 
 REV_PER_MIN = auto()
 
 FEET_PER_SEC_SQUARED = auto()
 
 HP = auto()
 
 BTU = auto()
 
 PSI = auto()
 
 IN_HG = auto()
 
 US_TEASPOON = auto()
 
 US_TABLESPOON = auto()
 
 US_FLUID_OUNCE = auto()
 
 US_CUP = auto()
 
 US_PINT = auto()
 
 US_QUART = auto()
 
 US_GALLON = auto()
 
 US_BARREL = auto()
 
 US_BUSHEL = auto()
 
 US_TON = auto()
 
 BR_TEASPOON = auto()
 
 BR_TABLESPOON = auto()
 
 BR_FLUID_OUNCE = auto()
 
 BR_CUP = auto()
 
 BR_PINT = auto()
 
 BR_QUART = auto()
 
 BR_GALLON = auto()
 
 BR_BUSHEL = auto()
 
 BR_TON = auto()
 
 US_DOLLAR = auto()
 
 EURO = auto()
 
 YUAN = auto()
 

Detailed Description

Unit is an enumeration of common units of measure in the International, Customary, SI, US and British Imperial systems.


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