Trying to Poll The Status of HFSS Simulation Run in Non-Blocking Mode #6117
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @ajibay0 , Please review this discussion: Which AEDT version are you using? For me, it is working in 2025R1 as I said in the previous link. |
Beta Was this translation helpful? Give feedback.
If you deep dive in the analsys_setup method:
https://aedt.docs.pyansys.com/version/stable/API/_autosummary/ansys.aedt.core.hfss.Hfss.analyze_setup.html
You can see that if you pass the nameof the Parametrics sweep, it should work:
Then something like this should work:
app.analyze_setup("my_parametric_setup_name", blocking=False)
I will fix the analyze call from the parametrics to allow the blocking too.
Regards,
Samuel