-
Notifications
You must be signed in to change notification settings - Fork 134
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
FEAT: via clustering extension #5592
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5592 +/- ##
=======================================
Coverage 85.24% 85.25%
=======================================
Files 154 155 +1
Lines 60767 60807 +40
=======================================
+ Hits 51802 51839 +37
- Misses 8965 8968 +3 |
src/ansys/aedt/core/workflows/hfss3dlayout/via_clustering_extension.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't tried the extension yet as it is not usable through AEDT.
Could you please extend toolkits_catalog.toml file to make it available ?
… merge-clustering-extension
Hi @svandenb-dev , you missed adding the unit test. |
src/ansys/aedt/core/workflows/hfss3dlayout/via_clustering_extension.py
Outdated
Show resolved
Hide resolved
…nsion.py Co-authored-by: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com>
… merge-clustering-extension
Modifications performed
Description
New HFSS 3D layout extension managing via clustering. It interacts both with AEDT and PyEDB.
After opening the UI the tool creates a specific layer where the users can draw polygons and rectangle to select areas where via have to be merged. Once processed in EDB the new project is open in AEDT.
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
closing #5593
Checklist