Replies: 2 comments 2 replies
-
Hi @anskgiannok, you can get the name of the polygon on outline layer from below |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is your board. from pyedb import Edb edbapp = Edb("your_edb.aedb") |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to create a PCB component using the "create_pcb_from_3dlayout" function. I want to use the "Polygon" as the "extend_type" but if I set "poly_0" as the value of the "outline_polygon" (as pyaedt example suggests: https://examples.aedt.docs.pyansys.com/version/dev/examples/electrothermal/ecad_import.html) it results in an error saying that "poly_0" is not a correct value. I realized that "outline_polygon" value depends on ecad file. For example, I got "poly__3098" and "poly__4011" values in "outline_polygon" for two different ecad files.
How can I set a general "outline_polygon" value, valid for every ecad file?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions