DebyeModel#
- class ansys.edb.core.definition.debye_model.DebyeModel(msg)#
Represents a Debye dielectric material model.
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 permittivity at optical frequency is enabled.tuple
of (float
,float
): Dielectric loss tangent value at the frequency range minimum and maximum.EDBObjMessage
: Protobuf message that represents the object's ID.tuple
of (float
,float
): Relative permittivity value at the frequency range minimum and maximum.float
: Relative permittivity value at the optical frequency.DielectricMaterialModelType
: Type of the dielectric material model.bool
: Flag indicating if the DC conductivity nominal value is used.