get_all_conductors_names# Q2d.get_all_conductors_names() → list[str]# Retrieve all conductors in the active design. Returns: list of strList of all conductors. References >>> oEditor.GetObjectsByMaterial Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.get_all_conductors_names()