Skip to content

Commit f4b8813

Browse files
committed
Fixes
1 parent d047b04 commit f4b8813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/edb/use_configuration/post_layout_parametrize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# Note that there may be some delay while AEDT is being launched.
8181

8282
hfss = ansys.aedt.core.Hfss3dLayout(
83-
project_name=target_aedb,
83+
project=target_aedb,
8484
version=edb_version,
8585
non_graphical=False,
8686
new_desktop=True,

examples/high_frequency/layout/signal_integrity/serdes_differential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190

191191
h3d = ansys.aedt.core.Hfss3dLayout(
192192
version=aedt_version,
193-
project_name=target_aedb,
193+
project=target_aedb,
194194
non_graphical=False,
195195
new_desktop=False,
196196
)

0 commit comments

Comments
 (0)