klayout
klayout copied to clipboard
KLayout Main Sources
For the motivation see: https://www.klayout.de/forum/discussion/2102/separation-edges-to-edges-issue#latest
In order to allow multithreaded oasis reading, would be good for 0.28 to change the default options to write strict oasis with cblocks and to discourage using .gz files.
This command, in both headless, as well as GUI mode: ``` pya.Application().version() ``` returns the following error: ``` Object cannot be created here in Application.version (eval):1 ``` The instructions could...
When Toolbar is hidden via Toolbar in context menu, check mark is still in View | Toolbar menu. This problem exists in 0.27.9 and 0.26.4.
Hi, I trying to install AIM Photonics Libraries (v4.5) in Klayout (v 0.27.8) on a windows computer. I put the AIMPhotonics_PDK in Klayout\salt\ folder and then importing new technology in...
Hi @klayoutmatthias I have the following problem in 0.27.2 and 0.27.3 (version klayout-HW-klayout-0.27.3-macOS-BigSur-1-qt5Brew-RsysPhb38). Namely, the library_by_name() function doesn't work for my libraries. ``` > pya.Library.library_names() ['Basic', 'EBeam', 'EBeam_Beta', 'GSiP', 'SiEPIC...
Hi, @klayoutmatthias , @thomaslima , I'd like to report a vulnerability issue in **klayout_0.27.8**. ### Dependency Graph between Python and Shared Libraries  ### Issue Description As shown in...
This issue refers to this discussion: https://www.klayout.de/forum/discussion/2053/cellview-on-technology-changed-is-not-emitted#latest A simple way to reproduce the problem is: ``` def ping(): print("Event caught (python)") pya.CellView.active().on_technology_changed.add(ping) ``` When changing the technology on the cellview,...
It would be great if there was an option to export the views from the 2.5D viewer. 1. As image file (png, or jpg) 2. Blender file for further editing...