Importing EDB / HFSS3D Layout PCB in Icepak with Components and modify Powerlosses #4348
-
I'm trying to figure out how to import a EDB / HFSS3D Layout and import it including the components into and Icepak design. BR |
Beta Was this translation helpful? Give feedback.
Answered by
lorenzovecchietti
Mar 11, 2024
Replies: 2 comments 2 replies
-
Hi Sebastian,
hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @lorenzovecchietti , the script runs without error. But It does not import the hfss3d layout with the 3D Components. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the logic you should follow is the same: modify the dictionary containing all the properties.
So something like:
ipk.native_components["PCB"].props["NativeComponentDefinitionProvider"]["PartsChoice"]=1
(and then update)