MaterialPropertyId#
- class pyedb.grpc.database.definition.materials.MaterialPropertyId#
-
str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str
Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.
Overview#
Import detail#
from pyedb.grpc.database.definition.materials import MaterialPropertyId
Attribute detail#
- MaterialPropertyId.permittivity = 'PERMITTIVITY'#
- MaterialPropertyId.permeability = 'PERMEABILITY'#
- MaterialPropertyId.conductivity = 'CONDUCTIVITY'#
- MaterialPropertyId.dielectric_loss_tangent = 'DIELECTRIC_LOSS_TANGENT'#
- MaterialPropertyId.magnetic_loss_tangent = 'MAGNETIC_LOSS_TANGENT'#
- MaterialPropertyId.thermal_conductivity = 'THERMAL_CONDUCTIVITY'#
- MaterialPropertyId.mass_density = 'MASS_DENSITY'#
- MaterialPropertyId.specific_heat = 'SPECIFIC_HEAT'#
- MaterialPropertyId.youngs_modulus = 'YOUNGS_MODULUS'#
- MaterialPropertyId.poisson_ratio = 'POISSONS_RATIO'#
- MaterialPropertyId.thermal_expansion_coefficient = 'THERMAL_EXPANSION_COEFFICIENT'#