DebyeModel#
- class ansys.edb.core.definition.debye_model.DebyeModel(msg)#
Representa a Debye dielectric material model object.
Methods
Create a Debye dielectric material model.
Attributes
float
: DC conductivity nominal value.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.DebyeModel.is_relative_permitivity_enabled_at_optical_frequency
bool
: Flag indicating if the relative permitivity at optical frequency is enabled.tuple
offloat
,float
: Loss tangent frequency range (low, high).EDBObjMessage
: Protobuf message that represents the object's ID.tuple
offloat
,float
: Relative permitivity frequency range (low, high).float
: Relative permitivity at the optical frequency.DielectricMaterialModelType
: Type of the dielectric material model.bool
: Flag indicating if the DC conductivity nominal value is used.