Hi Matthias,
I want to do taht...
1.base on the xxx layer pattern(bbox), to make cell instance into current view.
2.change (replace) the cell instace rotate degree.
so , that is what my code .... I want to make 1 request in same time....but the code…
Hi Matthias,
sorry , could you please help to provide a single sample for how to using that function ?
I try to using the sample code in "help" , that is as below...
But I have no idea how to using the value "t" in the insert cel…
Hi Matthias,
Thanks , got it.
By the way , cause I want to make the instance by a special degree , such as 35.degree.
but I can't do that as this sample.
how can I do to make that ?
rotate=R35 source.cell_obj.insert(RBA::CellInstArray::…
Hi Tomas,
Thanks for your help , do you have idea for how to resolve array ?
include RBAlayout_view = Application.instance.main_window.current_viewlayout = layout_view.active_cellview.layoutviewed_cell = layout_view.active_cellview.cellwafer_size …
Hi Matthias,
Here was my code , I have another request , almost like the code you provided.
if the cell instance location , out of wafer_size (300000.0) , I want to replace that as "DymmyDIE" cell.
that is a cell I have prepart .
Could you…
Hi Matthias sir,
Another question , if I want to ....
1.base on current active cell , do some layer boolean , such as xor ...not...,
then move the result pattern to a new cell , how can I do that ?
2.in current layer map , I have a layer name as…
Hi Matthias,
The code is workable , but how about make a cell array (2x2 , row vator/ col vator as 5000,5000)
and make the cell instance rotate by 90 degree ?
Hi Matthias,
how to do DRC in Ruby scribe?
here is my sample code ,
but I can't do that in Ruby scribe ..
in fact , I want to using DRC function to get some pattern location / then do some caculate and make instance base on the result.
but look lik…
Hi Matthias,
Thanks , here is my update code , and it is not-workable.
could you please help ?
#########user need to input the cell name (UBM....)######instance_cell = "UBM_feature"################################################include …
Hi sir,
Can you get us more detail sample code for that ?
I want to create a menu buttom in Klayout to call my Ruby/DRC code.
But , I don't know how to call QToolButtom.. in my code...
Thanks.
Hi Trisitan,
I can't get what your point....
But I guess that you can try this code.
with_bbox_width or with_bbox_height
or without_bbox_width...
the sample case as below:
LayerList=input(100,0)MinSize=0 MaxSize=150 LayerList.extents.with_bbox_h…
Hi Aadoo/Dgrichte ...
I guss you want to remove some of "pad" cell outside of wafer edge. (300mm?)
here is methon what I do by manual...
1.check the cell "die" out of 300mm edge.
2.flattern 1 or 2 level , to make the "pad&qu…
Hi David,
Thanks very much for your code , it is workable.
by the way , can that do a cell create and make instance subcell in the code?
such as...
create new cell : DIE
make instance , DIE_CapRD location : 0,0
make instance , DIE_PI1 location : 0…
Hi Matthias,
please let ms explain more detail, as this code
PI1_io=input(86,0)ruleParea=500ruleP=50PI1_io.with_area(0.um .. ruleParea).output("PI1_io")PI1_io_small = input("PI1_io")PI1_io_large = PI1_io.without_area(0.um .. rul…
Hi Matthias,
for the code ly=.......your layout ,
Is it means that like this code?
LayoutView = RBA::Application::instance.main_window.current_view.active_cellview.layout
Another new question is ... how to draw a box in current cell?
It may like …
Hi Matthias,
Thanks for your reply , I need to check what the min. pattern pitch as picture below.
(Image)
so , we have 2 ways to do that.
1.get the patternBBox in X and Y by each pattern, and check the space between (X1,Y1) , (X2,Y2)
but it will …
Hi Eugenne,
Thanks for your answer , but I can't work it into my Klayout.
I can using(make code) for DRC or Ruby just a little , but I can't code Python....
do you have another ways to do that?
(Image)
Hi Matthias,
one more question , if the text file location at network , such as below.
\obu3pie-nas01\OBU3PIE_Presonal_Databackup\Mask\sample
how to make file.join to link it?
include_file = File.join(File.dirname(__FILE__), "PKG-8.lydrc")
Hi Matthias,
please let me explain more detail for the request...
this is our DRC command file for 1 of part.(the DRC named "psv1.lydrc)
and I also shown "PKG-8.lydrc " which is the DRC command we have to "call " or "in…
Hi Matthias,
firstly , I want to try to paste my code in the below , and change the format as a code ,
hope it is workable to let you see what my code...
# %include file_to_include.drcinclude_file = File.join(File.dirname(__FILE__), "DRC_widt…