get_sweep_names#

SetupHFSS.get_sweep_names()[source]#

Get the names of all sweeps in a given analysis setup.

Returns:
list of str

List of names of all sweeps for the 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()