DebyeModel#

class ansys.edb.core.definition.debye_model.DebyeModel(msg)#

Represents a Debye dielectric material model.

Methods

DebyeModel.create()

Create a Debye dielectric material model.

Attributes

DebyeModel.dc_conductivity

float: DC conductivity nominal value.

DebyeModel.frequency_range

tuple of (float, float): Frequency range (low, high).

DebyeModel.id

int: Unique ID of the EDB object.

DebyeModel.is_null

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.

DebyeModel.loss_tangent_at_high_low_frequency

tuple of (float, float): Dielectric loss tangent value at the frequency range minimum and maximum.

DebyeModel.msg

EDBObjMessage: Protobuf message that represents the object's ID.

DebyeModel.relative_permittivity_at_high_low_frequency

tuple of (float, float): Relative permittivity value at the frequency range minimum and maximum.

DebyeModel.relative_permittivity_at_optical_frequency

float: Relative permittivity value at the optical frequency.

DebyeModel.type

DielectricMaterialModelType: Type of the dielectric material model.

DebyeModel.use_dc_conductivity

bool: Flag indicating if the DC conductivity nominal value is used.