It looks like you're new here. If you want to get involved, click one of these buttons!
Hello,
I can list all cells from a GDS but can't find a way to access all cell instances in a layout. All examples I've seen are about creating a new instance of a cell and insert it but I can't find how to access all the instances using the Python API... I understood this should be related to CellInstArray and Instance objects but can't find the missing link
Thank you for your help
Ronan
Comments
Sorry - wrong category - I'll repost in the proper one
Hi,
Maybe this method is the one you are searching for.
I recently used it in
fishfinder.py
at this link.