Running a pya script in quiet mode

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.

  1. What is the recommended approach to opening & closing layout cell views interactively ?
  2. Is there a background or quiet mode ?

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

Sign In or Register to comment.