Configure layout EDB#
Introduction#
This extension provides the capability of
Apply simulation configuration to HFSS 3D Layout design or SIwave project.
Export simulation configuration as a text file from HFSS 3D Layout design or SIwave project.
The simulation configuration file is a text file in json or toml format. It contains information like layer stackup, materials, components, HFSS/SIwave setups, etc. This configure file can be used to set up PCB for DCIR, signal integrity as well as power integrity analysis.
A brief description of which options are defined in the configuration file#
As depicted above, these options are importing a stackup, defining components and solderballs / bumps on them, doing a cutout (much faster and easier than the UI one), creating coaxial ports with an appropriate PEC backing, as well as, automatically creating distributed circuit ports (or current / voltage sources) on a component, with the negative terminal of each being its nearest pin of the reference net. Moreover, a variety of simulation setups are supported, namely HFSS, SIwave SYZ, SIwave DC, as well as, mesh operations that is length based. Last but not least, exporting a configuration file from the active design is also supported, hence the user can get the configuration setup and re-use it with or without modifications as many times as possible.
The value of this format and toolkit, lies in the fact that it is totally reusable, it is really user-friendly, even with users that are not familiar with scripting. It supports most of the options that the UI also supports (not only the ones explained above, but many additional), and it has the advantage of obtaining the initial configuration file from the design, by using its export property.
How to use#
Configure HFSS 3D Layout design in active AEDT project#
1, Select Active Design
in GUI.
2, Make sure the HFSS 3D Layout design is open and active in AEDT.
3, Click Select and Apply Configuration
and browse to your configuration files.
Configure HFSS 3D Layout design in a AEDT project#
1, Select HFSS 3D Layout
in GUI.
2, Click Select Project File
and browse to .aedt file.
3, Click Select and Apply Configuration
and browse to your configuration files.
4, In the second pop-up window. Specify where to save the new project.
Configure design in siwave project#
1, Select SIwave
in GUI.
2, Click Select Project File
and browse to .siw file.
3, Click Select and Apply Configuration
and browse to your configuration files.
4, In the second pop-up window. Specify where to save the new project.
Resources#
1, EDB Configuration User Guide for details
2, Demo video
3, Webinar Automating Signal and Power Integrity workflow with PyAEDT