It looks like you're new here. If you want to get involved, click one of these buttons!
Hello! I was just wondering if it’s possible to program instancing through Python?
I have 2 files, “final.gds”and “spread.gds”, and I would like to instance the contents of “final.gds” and insert them into “spread.gds” at a specified location, let’s call it (0,100) here. They both have different top cell names. I know there are array instance parameters in addition to the origin of cell parameters, I just want to make sure these are all taken into account when programming. I’m just not sure if this is possible or if it is, what has to be done for it to be successful.
I’m very new to KLayout so any advice would be great!
Thank you in advance!
Comments
You already started a discussion about a very similar topic a month ago:
https://www.klayout.de/forum/discussion/comment/9854#Comment_9854
Matthias