Closed dmtvanzanten closed 1 year ago
You wanted to close this?
Yes, the problem with the new versions of Ansys is more sinister than I initially realized. This PR only solve the issue of the trace-names that changed. In the new versions of Ansys it seems the data (Q,frequency,etc) per pass is only stored for the first point of the optimetrics setpoints when Optimietrics is instructed to reuse/improve the mesh. I'm looking whether this is some configurable in Ansys, or whether we need to manually tell Ansys to store some data per pass.
For now I bypassing the problem by setting
pinfo.options.save_mesh_stats = False
This PR fixes the issue that arising in 'hfss_report_full_convergence' when using Ansys Electronic Desktop version 2022+. This issue is caused by a change in trace-name which includes the full variation string (but formatted) in version 2022+. Additionally, there are a couple commits that allows the used to select which Ansys ED version to use in case there are multiple version installed.