Replies: 1 comment 1 reply
-
This is strange, could you share with us à reproducer and test the current dev version ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m running a Particle Swarm Optimization (PSO) script where I open an HFSS project once, then pass the same Hfss session instance to multiple iterations (calling design updates, exports, and analysis). This worked fine in earlier PyAEDT versions.
However, after upgrading to PyAEDT 0.17.5, the optimizer no longer opens HFSS successfully. It seems stuck at the point where the Hfss object is initialized.
Some thoughts:
Has anyone experienced similar issues with session management in 0.17.x? Are there best practices for long-running optimizers with many iterations (e.g., always use new_desktop=True per run vs. reusing sessions)?
Any advice or insight from the community would be appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions