-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluating results from SIwave Induced Voltage simulation #725
Comments
@SteffenSee92 @kmahajan-cadfem from pyaedt.siwave import Siwave |
@svandenb-dev |
@SteffenSee92 This is currently impossible since we need to generate the *.ivswp file which are generated when exporting al curves from UI, and there are no API in Siwave. I submitted an enhancement request to Siwave developers. I am sorry for this. |
Discussed in #705
Originally posted by SteffenSee92 August 1, 2024
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
The text was updated successfully, but these errors were encountered: