Skip to content
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

Improve convert via to 3d #4028

Merged
merged 18 commits into from
Jan 9, 2024
Merged

Improve convert via to 3d #4028

merged 18 commits into from
Jan 9, 2024

Conversation

amichel0205
Copy link
Collaborator

Improve convert via to 3D.
Add the ability to not remove the padstack definition and to set hole size to zero.

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ffcf970) 81.47% compared to head (e3ca089) 81.63%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4028      +/-   ##
==========================================
+ Coverage   81.47%   81.63%   +0.16%     
==========================================
  Files         182      182              
  Lines       63565    63546      -19     
==========================================
+ Hits        51787    51877      +90     
+ Misses      11778    11669     -109     

maxcapodi78 and others added 5 commits January 5, 2024 13:51
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Add check to exclude padstack definition using hole shape poly.
I tried to use a check on self.hole_type == "NoGeometry" as it does not work I check len(self.hole_properties) which is 0 for hole shape poly and greater than 0 for all other hole shape
@amichel0205
Copy link
Collaborator Author

Could you check my last commit it seems there is a modification on file Design.py but it is not coming from me.
I've merged updated main in my branch before to push.

Modify C:\ANSYSDEV\NoBackup\pyaedt\_unittest\example_models\TEDB\padstacks.aedb to add 4 padstack definitions with different hole shape.

Modify test_128_microvias to add test when padstack definition is preserved and test padstack with different hole shape.
@MaxJPRey MaxJPRey changed the title Improve convert via to3 d Improve convert via to 3d Jan 8, 2024
Copy link
Collaborator

@svandenb-dev svandenb-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@svandenb-dev svandenb-dev added enhancement New features or code improvements edb labels Jan 9, 2024
@svandenb-dev svandenb-dev merged commit 2c4d049 into main Jan 9, 2024
15 checks passed
@svandenb-dev svandenb-dev deleted the Improve_ConvertViaTo3D branch January 9, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In function convert_to_3d_microvias() add a argument to delete or not the padstack defintion
6 participants