DebyeModel#

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

Representa a Debye dielectric material model object.

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 permitivity at optical frequency is enabled.

DebyeModel.loss_tangent_at_high_low_frequency

tuple of float, float: Loss tangent frequency range (low, high).

DebyeModel.msg

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

DebyeModel.relative_permitivity_at_high_low_frequency

tuple of float, float: Relative permitivity frequency range (low, high).

DebyeModel.relative_permitivity_at_optical_frequency

float: Relative permitivity 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.