get_sweeps#

Rmxprt.get_sweeps(name: str) list[str]#

Retrieve all sweeps for a setup.

Parameters:
namestr

Name of the setup.

Returns:
list of str

List of names of all sweeps for the setup.

References

>>> oModule.GetSweeps

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.get_sweeps("Setup1")