Skip to content

Commit

Permalink
Merge branch 'main' into create-polygon-padstack-definition
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev authored Jun 10, 2024
2 parents 1392c6e + 2769e22 commit f0a7ef2
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion doc/source/getting_started/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and edit projects, run simulations, or perform postprocessing. AEDB files are pr
meaning that ready-to-solve projects can be written with PyEDB. Therefore Ansys solvers can directly
load AEDB files graphically or in batch non-graphically to support submission for job scheduling on a cluster.

.. image:: ../Resources/aedt_3.png
.. image:: ../resources/aedt_3.png
:width: 800
:alt: AEDT Applications
:target: https://www.ansys.com/products/electronics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ This tutorial shows how to retrieve the layout size by getting the bounding box.
edbapp.get_bounding_box()
.. .. image:: ../../Resources/layout_bbox.png
.. :width: 800
.. :alt: Layout bounding box
.. image:: ../../resources/layout_bbox.png
:width: 800
:alt: Layout bounding box
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ This page shows how to retrieve pins and create a circuit port on a component.
edbapp.close_edb()
.. image:: ../../Resources/create_circuit_ports_on_component.png
.. :width: 800
.. :alt: Circuit port created on a component
.. image:: ../../resources/create_circuit_ports_on_component.png
:width: 800
:alt: Circuit port created on a component
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ This page shows how to create an HFSS coaxial port on a component.
The preceding code creates a coaxial port on nets ``DDR4_DSQ0_P`` and ``DDR4_DSQ0_N`` from component ``U1``:

.. image:: ../../Resources/create_port_on_component_simple.png
.. :width: 800
.. :alt: HFSS coaxial port created on a component
.. image:: ../../resources/create_port_on_component_simple.png
:width: 800
:alt: HFSS coaxial port created on a component
6 changes: 3 additions & 3 deletions doc/source/user_guide/excitations/create_current_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ This page shows how to create current and voltage sources on a component.
edbapp.close_edb()
.. image:: ../../Resources/create_sources_and_probes.png
.. :width: 800
.. :alt: Current and voltage sources created on a component
.. image:: ../../resources/create_sources_and_probes.png
:width: 800
:alt: Current and voltage sources created on a component
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ This page shows how to create an edge port on a polygon and trace.
edbapp.save_edb()
edbapp.close_edb()
.. image:: ../../Resources/create_edge_port_on_polygon_and_trace.png
.. :width: 800
.. :alt: Edge port created on a polygon and trace
.. image:: ../../resources/create_edge_port_on_polygon_and_trace.png
:width: 800
:alt: Edge port created on a polygon and trace
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ This page shows how to create a port between a pin and a layer.
edbapp.save_edb()
edbapp.close_edb()
.. image:: ../../Resources/create_port_between_pin_and_layer.png
.. :width: 800
.. :alt: Port created between a pin and layer
.. image:: ../../resources/create_port_between_pin_and_layer.png
:width: 800
:alt: Port created between a pin and layer
6 changes: 3 additions & 3 deletions doc/source/user_guide/layer_stackup/define_layer_stackup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ This page shows how to add a layer in the current layer stackup.
)
edb.close()
.. image:: ../../Resources/define_layer_stackup.png
.. :width: 800
.. :alt: Layer added to the layer stackup
.. image:: ../../resources/define_layer_stackup.png
:width: 800
:alt: Layer added to the layer stackup

0 comments on commit f0a7ef2

Please sign in to comment.