Hi there!
I was looking for a way to check the minimum radius of bends and then I found this post. B)
I was wondering if there is a DRC function to check the minimum radius now.
Thanks so much!
Hi @sekigawa,
Thanks for the reply.
Your solution is great. It does solve my question.
But I'm wondering if there's a way to solve this with the DRC function.
Thanks again for getting back to me.
Best regards,
JSS
Hi guys, I find a way to solve my first question.
l1_clone = l1.sized(-2.5.um, -2.5.um).sized(2.5.um, 2.5.um)error = l1_clone.drc(sep(l1 - l1_clone) < 1.0.um).polygons | l1_clone.drc(space < 1.0.um).polygons
And the second one I try to solve…
Hi @Matthias
Thank you so much for all your help lately, I've benefited so much!
I have got a new question. I was wondering if you would mind helping me out.
Here is the description: minimum Layer A spacing if either Layer A shape is larger than …
Hi @Matthias,
Thank you again for your answers. This really solves my questions.
I have another question regarding a DRC. Here is the description: the minimum width of the layer 1 shape.
Usually this can be easily solved by "width". But…
Hi @Matthias,
Thank you very much for your reply. It really helps me to solve my problem.
I have 2 more questions about the DRC script.
Here is the description of the first one: minimum extended distance of layer A beyond Layer B when two layers …