PySharp Units of Measure
Units of Measure in Python
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cuom.cache_manager.CacheManagerThis class manages the various caches for units of measure to improve performance
 Cuom.localizer.LocalizerThe Localizer class provides localization services for unit of measure names, symbols and descriptions as well as error messages
 Cuom.measurement_system.MeasurementSystemA MeasurementSystem is a collection of units of measure that have a linear relationship to each other: y = ax + b where x is the unit to be converted, y is the converted unit, a is the scaling factor and b is the offset
 Cuom.unit_of_measure.PathParametersThis class holds the unit of measure and cumulative scaling factor along a conversion path
 Cuom.prefix.PrefixThe Prefix class defines SI unit of measure prefixes as well as those found in computer science
 Cuom.unit_of_measure.ReducerThis class reduces a unit of measure to its most basic scalar units of measure
 CABC
 Cuom.symbolic.SymbolicThis class represents an object that is identified by a name and symbol with a description
 CEnum
 Cuom.enums.ConstantThis enumeration contains the values for fundamental constants commonly used in science, technology, engineering and math
 Cuom.enums.MeasurementTypeAn enumeration of the basic types of units of measure
 Cuom.enums.UnitUnit is an enumeration of common units of measure in the International, Customary, SI, US and British Imperial systems
 Cuom.enums.UnitTypeAn enumeration of the types of units of measure
 CSymbolic
 Cuom.quantity.QuantityThe Quantity class represents an amount and UnitOfMeasure
 Cuom.unit_of_measure.UnitOfMeasureThe UnitOfMeasure class represents a unit of measure