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

This enumeration contains the values for fundamental constants commonly used in science, technology, engineering and math. More...

Inheritance diagram for uom.enums.Constant:

Public Member Functions

def __str__ (self)
 

Static Public Attributes

 LIGHT_VELOCITY = auto()
 
 LIGHT_YEAR = auto()
 
 GRAVITY = auto()
 
 PLANCK_CONSTANT = auto()
 
 BOLTZMANN_CONSTANT = auto()
 
 AVAGADRO_CONSTANT = auto()
 
 GAS_CONSTANT = auto()
 
 ELEMENTARY_CHARGE = auto()
 
 ELECTRIC_PERMITTIVITY = auto()
 
 MAGNETIC_PERMEABILITY = auto()
 
 FARADAY_CONSTANT = auto()
 
 ELECTRON_MASS = auto()
 
 PROTON_MASS = auto()
 
 STEFAN_BOLTZMANN = auto()
 
 HUBBLE_CONSTANT = auto()
 
 CAESIUM_FREQUENCY = auto()
 
 LUMINOUS_EFFICACY = auto()
 

Detailed Description

This enumeration contains the values for fundamental constants commonly used in science, technology, engineering and math.


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