It looks like you're new here. If you want to get involved, click one of these buttons!
Good morning !
We have a python macro using pya that needs to be run recursively for all cells in our library. It cannot be run using the klayout pypi package as it must use pya hooks.
Best,
Faisal
Comments
You can run "klayout -z -r script.py" for a mode that does not launch the application's main window. Still it will need a display connection on Linux.
Matthias