reset time to zero #2166
-
Hi I want to invalidate my design and save it so that the data is cleared from Ansys Maxwell. However, Maxwell2d.analyze_from_zero)() resets the time to zero and runs the simulation. I just wanted to clear the Ansys ram so that it does not crash because I am doing optimization and there are lots of parametric analysis, I normally right-click on the Analysis and click reset time to zero then save the project |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello Arash, Likely your simulation has moved on since a year ago and this post, I'll reply anyway for completeness. I checked and 'ResetToTimeZero' is not yet implemented in PyAEDT, there are a few functions that just haven't been added yet. For these there is the option to reach through and use the IronPython function from PyAEDT. I've raised Issue #3978 to get this added. David |
Beta Was this translation helpful? Give feedback.
Hello Arash,
Likely your simulation has moved on since a year ago and this post, I'll reply anyway for completeness.
I checked and 'ResetToTimeZero' is not yet implemented in PyAEDT, there are a few functions that just haven't been added yet. For these there is the option to reach through and use the IronPython function from PyAEDT.
I've raised Issue #3978 to get this added.
David