Hello, is there a way to get only the number of DR...
# klayout
d
Hello, is there a way to get only the number of DRC errors from a DRC script ?, or should I just read the XML output file and count them from there ?
a
I don't know any easier method. Maybe you could overload the output method of the layer class to keep track of the number of errors.