get_sweep_names# SetupHFSS.get_sweep_names() → list# Get the names of all sweeps in a given analysis setup. Returns: list of strList of names of all sweeps for the setup. References >>> oModules.GetSweeps Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> setup = hfss.create_setup(setup_type="HFSSDriven") >>> sweeps = setup.get_sweep_names()