How to get per-layer information from a padstack instance's padstack usage? #6215
Answered
by
isaacwaldron
isaacwaldron
asked this question in
Q&A
-
Given a via or pad name, how can I get the per-layer information (i.e. pad, antipad, etc. definitions) for the instance's padstack definition? |
Beta Was this translation helpful? Give feedback.
Answered by
isaacwaldron
May 29, 2025
Replies: 1 comment
-
There isn't a single function to do this, but below is an example script that extracts this information for the first ten padstack instances in a design. The 'parameters' dictionary contents will change depending on the shape type (e.g. circle, rectangle, etc.), please see EDBPadProperties.parameters for details.
Example output:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
isaacwaldron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't a single function to do this, but below is an example script that extracts this information for the first ten padstack instances in a design. The 'parameters' dictionary contents will change depending on the shape type (e.g. circle, rectangle, etc.), please see EDBPadProperties.parameters for details.