How do I check all layers on grid in DRC runset

edited November 2021 in Layout

Dear Matthias
I knew how to operate ongrid DRC operator to check such layer is ongrid or not.
diff = input(1,0)
diff.ongrid(0.001).output("off grid", "Vertice is drawn off-grid.")
Could I check all layers in my layout in one statement?

Comments

Sign In or Register to comment.