Setting Design Variables in Circuit #6443
-
Hi, I have a Circuit design with a design variable named subst_thickness in it. I do
and it prints the correct value. But when I try to change it e.g. with
then PyAEDT says:
The same happens when I use VariableManager.set_variable(). What can I do? Thanks PS: The same thing works with Hfss() instead of Circuit() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @georgmichel, I tested it and I can't reproduce your issue.
I have the same correct behavior for Hfss and Circuit. You can provide more information if it's still needed. Giulia |
Beta Was this translation helpful? Give feedback.
Hi @georgmichel,
I tested it and I can't reproduce your issue.
My Maxwell design has a variable with initial value at 23deg:
and I change it with:
and I get:
I have the same correct behavior for Hfss and Circuit.
You can provide more information if it's still needed.
Giulia