How to Run DRC and report

Hi Sir ,
I can do DRC as this code
rdl=input(154,1)
rdl.space(24.micron).output100,1)

But , this code will output a pattern layer to shown where the out-rule is ,
I want to call "Marker Database Browser" to shown all the out-rule location and coordinate.
here is my code , I knew I lose a code "source " , but I have no idea how to using that.

rdl=input(154,1)
space=rdl.space(24.micron)
report("space")

Comments

Sign In or Register to comment.