get_all_dielectrics_names#

Hfss.get_all_dielectrics_names() list[str]#

Retrieve all dielectrics in the active design.

Returns:
list of str

List of all dielectrics.

References

>>> oEditor.GetObjectsByMaterial

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.get_all_dielectrics_names()