get_all_conductors_names#

Maxwell3d.get_all_conductors_names() list[str]#

Retrieve all conductors in the active design.

Returns:
list of str

List of all conductors.

References

>>> oEditor.GetObjectsByMaterial

Examples

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