We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad34814 commit 30ba6deCopy full SHA for 30ba6de
examples/06-Multiphysics/Hfss_Mechanical.py
@@ -45,7 +45,7 @@
45
# Starts Circuit and add Hfss dynamic link component to it.
46
47
circuit = Circuit()
48
-hfss_comp = circuit.modeler.schematic.add_subcircuit_dynamic_link(hfss.project_file)
+hfss_comp = circuit.modeler.schematic.add_subcircuit_dynamic_link(hfss)
49
50
###############################################################################
51
# Dynamic Link Options
0 commit comments