Skip to content

Commit 30ba6de

Browse files
committed
updated example
1 parent ad34814 commit 30ba6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/06-Multiphysics/Hfss_Mechanical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# Starts Circuit and add Hfss dynamic link component to it.
4646

4747
circuit = Circuit()
48-
hfss_comp = circuit.modeler.schematic.add_subcircuit_dynamic_link(hfss.project_file)
48+
hfss_comp = circuit.modeler.schematic.add_subcircuit_dynamic_link(hfss)
4949

5050
###############################################################################
5151
# Dynamic Link Options

0 commit comments

Comments
 (0)