Replies: 2 comments 4 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
-
@raindigoa @svandenb-dev I am not sure if it is a good idea to delete/modify pin groups. If something is wrong, it is every easy to modify the script to create a new project from the original edb. Delete/modifying pin groups is not as simple as it sounds. There could be a source terminal created on the pin group, for instance. All these related objects must be found and removed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi AE,
Thank you for your assistance last time.
This time I bring a new idea which is extended by the last one.
Now we can have the user-defined pin_groups and corresponding ports in pyaedt, it's great.
But it seems there are no functions supporting the "delete" action in pyaedt.
For example, if I create a pin group "A1" with the pins [a1,a2,a3,a4]
and I suddenly notice that I missed another pins a5-a10, but they all belong to "A1" group
Now I cannot remove the wrong pin group by pyaedt command.
Likely, if I set ports with the wrong pin groups unconsciously, I have no way to delete the wrong ports by pyaedt command.
Would you please add this function for both pin group and port application?
thank you
Beta Was this translation helpful? Give feedback.
All reactions