It looks like you're new here. If you want to get involved, click one of these buttons!
Hello, I am working with a GDS compensed by quite a few celss in a tree-like hierarchy.
I cannot find a way to scrip a simple code that parse the gds and gives this list of cell names...
Any help?
MAny thanks
BEst
Comments
Hi,
This is a simple Python script using the
KLayout Python Module
.See https://www.klayout.org/klayout-pypi/ and https://pypi.org/project/klayout/
It would be occasionally useful, if the Cells
window offered a right-click "print this puppy"
option (following the choice of display-form).
To copy-buffer or to chosen-file.
Hi,
you can also get a list of cells using this simple query in "Edit/Search and Replace":
The "Export" menu in the top right offers a way to export the list to the clipboard or as CSV.
Matthias