Skip to content

Trying to Poll The Status of HFSS Simulation Run in Non-Blocking Mode #6117

Closed Answered by Samuelopez-ansys
ajibay0 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ajibay0
Comment options

@Samuelopez-ansys
Comment options

Answer selected by ajibay0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants