-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: update Q3D busbar example with Matrix Reduction Operation #272
base: main
Are you sure you want to change the base?
Conversation
2- Upon Report Creating (line 180), category="ACL" seems not be read, not error given but report in the GUi is empty
@tizianrot I think that as soon as the post-processing part starts you could add a line explaining how to get available report categories with: q3d.post.available_quantities_categories() because I see that you specify the category in the get_traces_for_plot. There are also 2 plots to fix by providing in context the reduced matrix name, for example: |
- changed frequency sweep for better interpolation fixed reduced matrix parameters plots - moved report creation after solving to avoid errors upon rescaling xaxis to log
- changed frequency sweep setup command
…d_example # Conflicts: # examples/high_frequency/emc/busbar.py
Description
1 -Added Matrix Reduction Operation as per User's Request
2- Upon Report Creating (line 180), category="ACL" seems not be read, not error given but report in the GUi is empty
Checklist
Please complete the following checklist before submitting your pull request: