You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I am trying to use PyAEDT package for AEDT circuit simulation. I wonder if it is possible to manually create a circuit model in AEDT (without Python scripts) and then use pyAEDT to read the component parameters/properties in the model and modify them?
I have tried to use pyaedt.Modeler.PrimitivesTwinBuilder.TwinBuilderComponents API, in which I tried enable_use_instance_name interface. But an error was reported as below:
pyaedt error: Method enable_use_instance_name Failed: Name Error. Please Check again
pyaedt error: Local variable 'nexxim' referenced before assignment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone, I am trying to use PyAEDT package for AEDT circuit simulation. I wonder if it is possible to manually create a circuit model in AEDT (without Python scripts) and then use pyAEDT to read the component parameters/properties in the model and modify them?
I have tried to use pyaedt.Modeler.PrimitivesTwinBuilder.TwinBuilderComponents API, in which I tried enable_use_instance_name interface. But an error was reported as below:
pyaedt error: Method enable_use_instance_name Failed: Name Error. Please Check again
pyaedt error: Local variable 'nexxim' referenced before assignment.
I wonder if this use is correct?
Beta Was this translation helpful? Give feedback.
All reactions