It looks like you're new here. If you want to get involved, click one of these buttons!
I have a layout with such hierarchy. How can I get the transfom of each instance to its refered cell(e.g. K01, K02) in python script?
Hi,
It depends on whether you already have the Instance object or just the referred Cell.
[d]trans
dcplx_trans
each_parent_inst
Is one of these what you are looking for?
In case 2, you can find an application of each_parent_inst at https://www.klayout.de/forum/discussion/2568.
Comments
Hi,
It depends on whether you already have the Instance object or just the referred Cell.
[d]transordcplx_trans.each_parent_instto find its parents first.Is one of these what you are looking for?
In case 2, you can find an application of
each_parent_instat https://www.klayout.de/forum/discussion/2568.