Replies: 1 comment
-
This does not belong anymore to PyAEDT, please if you still have problems go to PyEDB: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
is there a way to customize the exported report beyond the "export_siwave_report" function from the SIWave class? (https://github.com/ansys/pyaedt/blob/main/pyaedt/siwave.py#L312)
Specifically, I would like to automatically generate a report from a PCB DCIR simulation using a script. This report should contain an image on which the voltages of certain nets are displayed across all layout layers.
So far I have only managed to create a report with the "export_siwave_report" function, which contains an image of each layer with the voltage of the defined nets.
Beta Was this translation helpful? Give feedback.
All reactions