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:
- name
str
Name of the dielectric.
- permittivity_low
float
,int
Relative permittivity of the dielectric at the frequency specified for
lower_frequency
.- permittivity_high
float
,int
Relative permittivity of the dielectric at the frequency specified for
higher_frequency
.- loss_tangent_low
float
,int
Loss tangent for the material at the frequency specified for
lower_frequency
.- loss_tangent_high
float
,int
Loss tangent for the material at the frequency specified for
higher_frequency
.- lower_freqency
str
,float
,int
Value for the lower frequency.
- higher_frequency
str
,float
,int
Value for the higher frequency.
- name
- Returns:
pyedb.dotnet.edb_core.materials.Material