get_sweeps# Rmxprt.get_sweeps(name: str) → list[str]# Retrieve all sweeps for a setup. Parameters: namestrName of the setup. Returns: list of strList of names of all sweeps for the setup. References >>> oModule.GetSweeps Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.get_sweeps("Setup1")