Replies: 1 comment
-
@onyx22574 Once you are connected to the AEDT session with the project opened. You can just connect to each Q3D design doing: app1 = pyaedt.Q3d(designname=...) Then if I understood correctly, on each Q3D design, you have different optimetrics sweeps solved. You can use get_solution_data method to get all data, and then the object returned should contain all the needed variations. You can add new variations like this example: |
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
-
I 'd like to use the integrated PyAEDT Jupyter Lab and read ANSYS Q3D simulation results. I am starting off the built-in PyAEDT from within ANSYS AEDT 2023R2 IDE environment and run Jupyter Notebook.
I need to read the multiple results from optimetrics simulation where parametric sweep has been applied.
How to read out the results from AEDT Q3D project with multiple designs?
How to update (add) parameters in Optimetrics and re-run existing design and get the new data?
Beta Was this translation helpful? Give feedback.
All reactions