The pyedb.generic.constants library#
Summary#
INFINITE_SPHERE_TYPE Enumerator class. |
FilletType Enumerator class. |
|
CoordinateSystemAxis Enumerator class. |
|
CoordinateSystemPlane Enumerator class. |
|
GravityDirection Enumerator class. |
|
View Enumerator class. |
|
GlobalCS Enumerator class. |
|
Matrix Reduction types. |
|
Matrix Reduction types. |
|
Plot Categories for Q2d and Q3d. |
|
COORDINATE SYSTEM MODE Enumerator class. |
|
CROSSSECTION Enumerator class. |
|
CROSSSECTION Enumerator class. |
|
SweepDraftType Enumerator class. |
|
Chip orientation enumerator class. |
|
Provides solver type classes. |
|
Enumeration-class for HFSS basis order settings. |
|
Type of node for source creation. |
|
Type of excitation enumerator. |
|
Provides the names of default solution types. |
|
Provides constants for the default setup types. |
|
Provides trace line style constants. |
|
Provides trace type constants. |
|
Provides symbol style constants. |
Convert db20 to decimal and vice versa. |
|
Convert db10 to decimal and vice versa. |
|
Convert W to decimal and vice versa. |
|
Convert W to decimal and vice versa. |
|
Convert a temperature from Fahrenheit to Kelvin. |
|
Convert a temperature from Celsius to Kelvin. |
|
Retrieve the name of the unit system associated with a unit string. |
|
Convert unit in specified unit system. |
|
Find the scale_to_unit into main system unit. |
|
Check whether the value for the class |
Module detail#
- constants.db20(x, inverse=True)#
Convert db20 to decimal and vice versa.
- constants.db10(x, inverse=True)#
Convert db10 to decimal and vice versa.
- constants.dbw(x, inverse=True)#
Convert W to decimal and vice versa.
- constants.dbm(x, inverse=True)#
Convert W to decimal and vice versa.
- constants.fah2kel(val, inverse=True)#
Convert a temperature from Fahrenheit to Kelvin.
- constants.cel2kel(val, inverse=True)#
Convert a temperature from Celsius to Kelvin.
- constants.unit_system(units)#
Retrieve the name of the unit system associated with a unit string.
- constants.unit_converter(values, unit_system='Length', input_units='meter', output_units='mm')#
Convert unit in specified unit system.
- constants.scale_units(scale_to_unit)#
Find the scale_to_unit into main system unit.
- constants.validate_enum_class_value(cls, value)#
Check whether the value for the class
enumeration-classis valid.
- constants.RAD2DEG = 57.29577951308232#
- constants.DEG2RAD = 0.017453292519943295#
- constants.HOUR2SEC = 3600.0#
- constants.MIN2SEC = 60.0#
- constants.SEC2MIN = 0.016666666666666666#
- constants.SEC2HOUR = 0.0002777777777777778#
- constants.INV2PI = 0.15915494309189535#
- constants.V2PI = 6.283185307179586#
- constants.METER2IN = 0.0254#
- constants.METER2MILES = 1609.344051499#
- constants.MILS2METER = 39370.078740157#
- constants.AEDT_UNITS#
- constants.SI_UNITS#
- constants.UNIT_SYSTEM_OPERATIONS#
- constants.CSS4_COLORS#
- constants.SpeedOfLight = 299792458.0#