Replies: 1 comment 2 replies
-
@aknsj The method is checking the intersections with components using a name convention. By default is "COMP_", you can debug, and see how it works. Maybe you just need to change the default prefix. |
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!I am trying to use the following code to adjust priorities automatically. It returns True, but the priority in IcepakDesign is not adjusted and clicking on "Validate" still reports intersect errors.
ipk.assign_priority_on_intersections()
PyAEDT INFO: Project MX11 Saved correctly
PyAEDT INFO: 0 Intersections have been found. Applying Priorities
Out[53]: True
The API guide for assign_priority_on_intersections is as follows, saying that it will automatically adjust the priority if there are intersections.
Thank you in advance for your help and guidance!
Beta Was this translation helpful? Give feedback.
All reactions