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

FEAT: ECAD import extension #5164

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 47 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
53d6f82
add better handling for parts inclusion from ecad
lorenzovecchietti Jun 18, 2024
651e8c2
Merge branch 'main' into refactor-pcb-parts-handling
lorenzovecchietti Jun 18, 2024
c26cc8f
Increase coverage
lorenzovecchietti Jun 19, 2024
b240cb4
Merge branch 'main' into refactor-pcb-parts-handling
lorenzovecchietti Jul 1, 2024
f6e02be
Refactor PCB component class to be more object oriented
lorenzovecchietti Jul 1, 2024
ecdd41f
Add support for 24R2 behaviour
lorenzovecchietti Jul 3, 2024
cb15b36
Merge branch 'main' into refactor-pcb-parts-handling
lorenzovecchietti Jul 3, 2024
74a9eaf
Add power and radiation properties/setter
lorenzovecchietti Jul 3, 2024
15ee1ff
Improve coverage
lorenzovecchietti Jul 3, 2024
080ba31
Add docstrings
lorenzovecchietti Jul 3, 2024
3217a3f
Improve tests
lorenzovecchietti Jul 3, 2024
48a1feb
Apply suggestions from code review
lorenzovecchietti Jul 4, 2024
ceb8cfe
Fix docstring message
lorenzovecchietti Jul 4, 2024
5592e45
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 4, 2024
d29aaf4
Merge remote-tracking branch 'origin/refactor-pcb-parts-handling' int…
lorenzovecchietti Jul 4, 2024
f17cb45
Merge branch 'main' into refactor-pcb-parts-handling
lorenzovecchietti Jul 4, 2024
0b70e02
Update pyaedt/modules/Boundary.py
lorenzovecchietti Jul 4, 2024
b69b870
Fix docstrings
lorenzovecchietti Jul 4, 2024
04766c0
Update documentation
lorenzovecchietti Jul 4, 2024
47e04b5
Update documentation
lorenzovecchietti Jul 4, 2024
97fdb29
Fix docstrings
lorenzovecchietti Jul 4, 2024
502165f
add class docstring
lorenzovecchietti Jul 8, 2024
a78d427
fix unittest (modelling -> modeling)
lorenzovecchietti Jul 8, 2024
485a438
fix unittest (modelling -> modeling)
lorenzovecchietti Jul 8, 2024
dc07e69
Revert commit on conftest.py
lorenzovecchietti Jul 8, 2024
2007639
Merge branch 'main' into refactor-pcb-parts-handling
lorenzovecchietti Jul 8, 2024
29ee073
Remove example
lorenzovecchietti Jul 8, 2024
ffbdb29
Merge branch 'main' into refactor-pcb-parts-handling
lorenzovecchietti Jul 15, 2024
e8f3d08
Improve coverage
lorenzovecchietti Jul 16, 2024
9b9446b
Merge remote-tracking branch 'origin/refactor-pcb-parts-handling' int…
lorenzovecchietti Jul 16, 2024
76b9f7e
initial extension commit
lorenzovecchietti Jul 19, 2024
2a957e3
Merge remote-tracking branch 'origin/refactor-pcb-parts-handling' int…
lorenzovecchietti Jul 19, 2024
1585e28
Temporary test
lorenzovecchietti Jul 22, 2024
a423051
add svg image
lorenzovecchietti Jul 31, 2024
689bdd1
Merge branch 'refs/heads/main' into ecad-import-extension
lorenzovecchietti Jul 31, 2024
8407cfe
Merge branch 'refs/heads/main' into ecad-import-extension
lorenzovecchietti Sep 11, 2024
c92b4a2
doc: fix margit to be consistent with the rest of the documentation
lorenzovecchietti Sep 11, 2024
97845f8
feat: add ecad import extension
lorenzovecchietti Sep 11, 2024
7512313
doc: add extension documentation
lorenzovecchietti Sep 11, 2024
ed9bf9d
test: add extension testing
lorenzovecchietti Sep 11, 2024
2b53468
Merge branch 'main' into ecad-import-extension
lorenzovecchietti Sep 11, 2024
ec9c798
doc: fix style
lorenzovecchietti Sep 12, 2024
0020bb1
test: fix test teardown
lorenzovecchietti Sep 12, 2024
951c6b0
Merge remote-tracking branch 'origin/ecad-import-extension' into ecad…
lorenzovecchietti Sep 12, 2024
4b916e1
doc: add ECAD to vocabulary to fix style
lorenzovecchietti Sep 12, 2024
a0ec6a6
test: increase coverage
lorenzovecchietti Sep 12, 2024
7dacca2
Merge branch 'main' into ecad-import-extension
lorenzovecchietti Sep 12, 2024
2683de0
Fix DevicePropertiesReduced.csv
lorenzovecchietti Sep 17, 2024
587b99d
Merge branch 'main' into ecad-import-extension
SMoraisAnsys Oct 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
lorenzovecchietti marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Package,Part,Power(W),ThetaJb(Kel_per_w),ThetaJb(Kel_per_w),Height(m),Footprint(mm2)
REC14RMI2X_011_R,91785034,1,2,3,4.009652,154.72
REC14RMI2X_018_R,91846251,2,0,0,0.0070612,113.06
Loading
Loading