Skip to content

Commit 0aba0b3

Browse files
hui-zhou-apre-commit-ci[bot]pyansys-ci-bot
authored
FEAT: Configure layout (#6235)
Co-authored-by: ring630 <@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent c83395d commit 0aba0b3

File tree

12 files changed

+588
-43
lines changed

12 files changed

+588
-43
lines changed

doc/changelog.d/6235.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Configure layout

doc/source/User_guide/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ They are small automated workflows with a simple GUI.
3434

3535

3636
.. grid-item-card:: Configure Layout
37-
:link: pyaedt_extensions_doc/project/configure_edb
37+
:link: pyaedt_extensions_doc/project/configure_layout
3838
:link-type: doc
3939
:margin: 2 2 0 0
4040

doc/source/User_guide/pyaedt_extensions_doc/project/configure_edb.rst renamed to doc/source/User_guide/pyaedt_extensions_doc/project/configure_layout.rst

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Introduction
77

88
This extension provides the capability of
99

10-
- Apply simulation configuration to HFSS 3D Layout design or SIwave project.
11-
- Export simulation configuration as a text file from HFSS 3D Layout design or SIwave project.
10+
- Apply simulation configuration to HFSS 3D Layout design.
11+
- Export simulation configuration as text files from activated HFSS 3D Layout design.
1212

1313
The simulation configuration file is a text file in json or toml format. It contains information like layer stackup,
1414
materials, components, HFSS/SIwave setups, etc. This configure file can be used to set up PCB for DCIR, signal
@@ -42,57 +42,38 @@ configuration file from the design, by using its export property.
4242
How to use
4343
----------
4444

45-
.. image:: ../../../_static/extensions/configure_edb.png
45+
.. image:: ../../../_static/extensions/configure_layout_ui.png
4646
:width: 800
4747
:alt: Configure Layout UI
4848

4949
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50-
Configure HFSS 3D Layout design in active AEDT project
50+
Apply configuration to project
5151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5252

53-
1, Select ``Active Design`` in GUI.
53+
1, Activate ``Load`` tab in GUI.
5454

55-
2, Make sure the HFSS 3D Layout design is open and active in AEDT.
55+
2, Click ``Generate Template`` and choose a directory to save the templates. A toml and a json files are exported.
5656

57-
3, Click ``Select and Apply Configuration`` and browse to your configuration files.
57+
3, Modify the template files for your application.
58+
59+
4, Click ``Load Configuration`` and browse to the toml file.
5860

5961
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60-
Configure HFSS 3D Layout design in a AEDT project
62+
Export configuration files from the active design
6163
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6264

63-
1, Select ``HFSS 3D Layout`` in GUI.
64-
65-
2, Click ``Select Project File`` and browse to .aedt file.
66-
67-
3, Click ``Select and Apply Configuration`` and browse to your configuration files.
68-
69-
4, In the second pop-up window. Specify where to save the new project.
70-
71-
72-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73-
Configure design in siwave project
74-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65+
1, Activate ``Export`` tab in GUI.
7566

76-
1, Select ``SIwave`` in GUI.
77-
78-
2, Click ``Select Project File`` and browse to .siw file.
79-
80-
3, Click ``Select and Apply Configuration`` and browse to your configuration files.
81-
82-
4, In the second pop-up window. Specify where to save the new project.
67+
2, Click ``Export`` and choose a directory to save the configuration files.
8368

8469
~~~~~~~~~
8570
Resources
8671
~~~~~~~~~
8772

8873
1, EDB Configuration `User Guide`_ for details
8974

90-
.. _User Guide: https://edb.docs.pyansys.com/version/stable/examples/use_configuration/index.html
91-
92-
2, `Demo video`_
93-
94-
.. _Demo video: https://www.linkedin.com/posts/electronics-simulation_accelerate-hfss-configuration-via-ansys-pyedb-activity-7252325488168177666-ypbN/?utm_source=share&utm_medium=member_desktop
75+
.. _User Guide: https://examples.aedt.docs.pyansys.com/version/dev/examples/00_edb/use_configuration/index.html
9576

96-
3, `Webinar Automating Signal and Power Integrity workflow with PyAEDT`_
77+
2, `Webinar Automating Signal and Power Integrity workflow with PyAEDT`_
9778

9879
.. _Webinar Automating Signal and Power Integrity workflow with PyAEDT: https://www.ansys.com/webinars/automating-signal-power-integrity-workflow-pyaedt?campaignID=7013g000000Y8uOAAS&utm_campaign=product&utm_content=digital_electronics_oktopost-Ansys+Electronics_oktopost-%25campaign_n&utm_medium=social-organic&utm_source=LinkedIn

doc/source/User_guide/pyaedt_extensions_doc/project/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project extensions
1111
Import a Nastran or STL file in any 3D modeler application.
1212

1313
.. grid-item-card:: Configure Layout
14-
:link: configure_edb
14+
:link: configure_layout
1515
:link-type: doc
1616
:margin: 2 2 0 0
1717

-8.19 KB
Binary file not shown.
Loading

0 commit comments

Comments
 (0)