Skip to content

Using a GND pin group with more than one signal group creates an error #961

Closed Answered by svandenb-dev
pyAnsysUser asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @kestne,
I think you got also this error because the terminal for the reference is already defined with same name. I would create another pin group, you will get a warning but since you are sure you are not shorting different nets I believe you can ignore.
Alternatively you can create a single pingroup but create port on single pins instead on pingroup. EDB support pingroup terminal and padstack instance terminal.
here is a code snipet which could be inspiring:

reference_pin = pin.get_reference_pins(reference_net="GND",
                                                   search_radius=5e-3,
                                                   max_limit=1,
                                 …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@svandenb-dev
Comment options

Answer selected by pyAnsysUser
@pyAnsysUser
Comment options

@pyAnsysUser
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants