add_debye_material#

Materials.add_debye_material(name, permittivity_low, permittivity_high, loss_tangent_low, loss_tangent_high, lower_freqency, higher_frequency, **kwargs)[source]#

Add a dielectric with the Debye model.

Parameters:
namestr

Name of the dielectric.

permittivity_lowfloat, int

Relative permittivity of the dielectric at the frequency specified for lower_frequency.

permittivity_highfloat, int

Relative permittivity of the dielectric at the frequency specified for higher_frequency.

loss_tangent_lowfloat, int

Loss tangent for the material at the frequency specified for lower_frequency.

loss_tangent_highfloat, int

Loss tangent for the material at the frequency specified for higher_frequency.

lower_freqencystr, float, int

Value for the lower frequency.

higher_frequencystr, float, int

Value for the higher frequency.

Returns:
pyedb.dotnet.edb_core.materials.Material