Circuit().export_results() #6657
-
|
Hi, I try to export all solutions (S-parameters) of a parametric sweep in Circuit. I think the function export_results() should do this. There are a number of valid solutions, but I get only some log files exported. I use variations=None # None exports all variations as argument for export_results. Any Ideas or any usage examples? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
georgmichel
Sep 18, 2025
Replies: 1 comment
-
|
Found the solution myself. There must be a report, ideally a data table, with the S-parameters and all variations of the parametric sweep. Then a csv will be exported. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
georgmichel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the solution myself. There must be a report, ideally a data table, with the S-parameters and all variations of the parametric sweep. Then a csv will be exported.