Evaluating results from SIwave Induced Voltage simulation #705
Unanswered
SteffenSee92
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@svandenb-dev, could you please let us know if the ivswp files can be generated or if we can access the values directly in python. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have a PCB layout in SIwave, where I performed an Induced Voltage simulation and managed up to this part using pyEDB and some of the old IronPython function from the SIwave scripting guide.
Now, I want to analyze the results from that simulation also by scripting. In SIwave, I would simply click on the results, then choose for example "Plot magnitude" and the magnitudes of the voltages measured at the ports are plotted in Electronics Desktop over frequency. I am interested also in these voltage levels, but found no way to pull these values into my script. Is there a way to get the results from within the SIwave script (without need of working in the GUI)?
An alternative would be to read the values from a text based file in the siwaveresults folder. But unfortunately, there is no such file, I can easily extract the values from. A readable file (.ivswp) is only being created when clicking on the results in the GUI, so that the plotting in AEDT is made. Is there any way to generate this ivswp file by scripting?
Thanks, best regards
Steffen
Beta Was this translation helpful? Give feedback.
All reactions