get_sweep_names# SetupHFSS.get_sweep_names()[source]# 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 Copy to clipboard Examples >>> import pyaedt >>> hfss = pyaedt.Hfss() >>> setup = hfss.get_setup('Pyaedt_setup') >>> sweeps = setup.get_sweep_names() Copy to clipboard