Is it possible to check the width of a mitered bend? For example a 6 um line with a mitered bend should fail DRC with a 5 um min linewidth because the miter produces a region where the distance from the inner corner to the miter is < 5 um.
This is the line that I am using that does not fail:
metal1.width(5.um, projection, angle_limit(45)).output("9-1, 9-2", "Min Met1 Width: 5 um")
The third image from the top of this page shows an example of a mitered bend: http://www.microwaves101.com/encyclopedias/mitered-bends
Thanks so much for this forum and software!
Comments
Hi,
thanks :-)
Regarding your problem the plain width check will work:
The rule you sketched uses "projection" and "angle_limit" and this will disable the width check on the miter in two ways:
Matthias