get_setup#

Icepak.get_setup(name: str) Setup#

Get the setup from the current design.

Parameters:
namestr

Name of the setup.

Returns:
ansys.aedt.core.modules.solve_setup.Setup

Examples

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