Parametric sweep in transient simulation #4374
-
Hello, I cannot figure out how to make a parametric transient sweep from pyAEDT. It is seems to me it is not supported, can you confirm? The issue is likely missing props["SweepDefinition"] for transient analysis and then fails For example, I tried to define DC voltage variable ("vddqlp") to be swept:
Thank you for advice. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @mikevacany , Not sure what you are trying to do. A transient setup in Circuit can not have a parameter sweep variation. I think you want to run a Parametric analysis, then you need to create a parametric analysis like:
|
Beta Was this translation helpful? Give feedback.
-
I already tried what I suggest, but this does not lead to parameter sweep simulation (if I am not doing something fundamentally wrong). My intention is to add sweep parameter into Transient simulation as I can do it in AEDT GUI, see screenshot below. If there is an alternative/recommended way how to reach the same, please advice. Michael |
Beta Was this translation helpful? Give feedback.
-
@mikevacany You are right, this option is not available in PyAEDT, please add an issue if you need it. In the meantime, you can use the AEDT API:
|
Beta Was this translation helpful? Give feedback.
@mikevacany You are right, this option is not available in PyAEDT, please add an issue if you need it. In the meantime, you can use the AEDT API: