How can I delete a parameter sweep variation with pyaedt? #3763
-
I'm wondering how I can delete a parameter sweep operation in Maxwell3d. I have added multiple variables to my sweep, each switching between a single value. Say I have three variables, var1, var2 and var3, and I want them each to take on values 0 and 1. I use something like the below to add it:
and just repeat for each variable and value. Using the regular Python scripting function in AEDT I was able to do something like the following
How can I do something similar with pyaedt and delete the sweeps that I don't want? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@RyanAshbaugh It is not possible, please submit an issue if you need this new feature. |
Beta Was this translation helpful? Give feedback.
@RyanAshbaugh It is not possible, please submit an issue if you need this new feature.