Setup#
This section lists setup modules:
Setupfor HFSS, Maxwell 2D, Maxwell 3D, Q2D Extractor, and Q3D ExtractorSetup3DLayoutfor HFSS 3D LayoutSetupCircuitfor Circuit and Twin Builder
The Setup object is accessible through the create_setup method and setups object list.
Initializes, creates, and updates an HFSS setup. |
|
Initializes, creates, and updates an HFSS SBR+ or HFSS Auto setup. |
|
Initializes, creates, and updates an HFSS SBR+ or HFSS Auto setup. |
|
Initializes, creates, and updates an Q3D setup. |
|
Initializes, creates, and updates a Maxwell setup. |
|
Initializes, creates, and updates a 3D setup. |
|
Initializes, creates, and updates a 3D Layout setup. |
|
Manages a circuit setup. |
from ansys.aedt.core import Hfss
app = Hfss(specified_version="2025.2",
non_graphical=False, new_desktop_session=True,
close_on_exit=True, student_version=False)
# This call returns the Setup class
my_setup = app.setups[0]
# This call returns a Setup object
setup = app.create_setup("MySetup")
...
Sweep classes#
This section lists sweep classes and their default values:
SweepHFSSfor HFSSSweepHFSS3DLayoutfor HFSS 3D LayoutSweepMatrixfor Q3D and 2D Extractor
The Setup object is accessible through the methods available for sweep creation.
Initializes, creates, and updates sweeps in HFSS. |
|
Initializes, creates, and updates sweeps in HFSS 3D Layout. |
|
Initializes, creates, and updates sweeps in Q3D. |