Analyze Blocking Argument and Timeouts #3760
-
I tried setting the blocking=False argument in the Maxwell3d.analyze function when running a parametric sweep and it didn't seem to have an effect. I wonder, am I misunderstanding the use of the blocking argument? I am using 2023R2 and pyaedt 0.7. My larger goal is to implement a timeout feature because I have a simulation which is a bit flaky and a few of the design points in the large set of runs seem to hang randomly (but weirdly run fine if I re-run them). I ran the analysis with the following commands expecting the script to continue and evaluate whether the model is still running but the function wouldn't continue until the analysis finished completely:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @nick-ra, I can not reproduce the issue. With the attached project: I opened and then I run this code:
I am using PyAEDT v0.7.1 |
Beta Was this translation helpful? Give feedback.
Hi @nick-ra,
I can not reproduce the issue. With the attached project:
Maxwell3D.zip
I opened and then I run this code:
I am using PyAEDT v0.7.1