It looks like you're new here. If you want to get involved, click one of these buttons!
Hello, I am a new user of Klayout DRC.
RDL Capture Pad is like the image below.
I need to find the width (53.45um) of the blue layer in the section where the red layer exists. Is there a method that I can use?
Comments
Hi sir,
Annyeong! (Hello)
try it and your DRC ,
rdl=input(30,8) ##it is your blue layer
pad=input(30,9) ##it is your red layer
rdl.width(53.46.um,projection).output(100,10)
pad_with_rdl = input(100,10)
pad.interacting(pad_with_rdl).output(100,100)
layer 100,100 will be what the pad in RDL width 53.45
jiunnweiyeh Thanks for your reply. How can I see the printed 100/100 layer?
HI 안준용

The DRC should output a layer 100,100 like this sample.