get_setup# Maxwell3d.get_setup(name: str) → Setup# Get the setup from the current design. Parameters: namestrName of the setup. Returns: ansys.aedt.core.modules.solve_setup.Setup Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.get_setup("Setup1")