Skip to content

Commit

Permalink
FIX: use html syntax to resize
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Jan 11, 2024
1 parent 392a633 commit 4bf4aa4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/00-EDB/00_EDB_Create_VIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# ## Final expected project

# ![Differential Vias](../../_static/diff_via.png)
# <img src="../../_static/diff_via.png" width="600">

# ## Import EDB layout object

Expand All @@ -15,14 +15,11 @@
import os
import pyaedt

start = time.time()
# -

start = time.time()
aedb_path = os.path.join(pyaedt.generate_unique_folder_name(), pyaedt.generate_unique_name("pcb") + ".aedb")
print(aedb_path)
edb = pyaedt.Edb(edbpath=aedb_path, edbversion="2023.2")

# -

# ## Add stackup layers

Expand Down

0 comments on commit 4bf4aa4

Please sign in to comment.