get_sweep_names#
- SetupHFSS.get_sweep_names()#
Get the names of all sweeps in a given analysis setup.
References
>>> oModules.GetSweeps
Examples
>>> import ansys.aedt.core >>> hfss = ansys.aedt.core.Hfss() >>> setup = hfss.get_setup("Pyaedt_setup") >>> sweeps = setup.get_sweep_names()