klayout icon indicating copy to clipboard operation
klayout copied to clipboard

KLayout Main Sources

Results 262 klayout issues
Sort by recently updated
recently updated
newest added

For the motivation see: https://www.klayout.de/forum/discussion/2102/separation-edges-to-edges-issue#latest

enhancement

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.

I'm curious about the meaning of K :)

question

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...

question

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...

for-0.27

Hi, @klayoutmatthias , @thomaslima , I'd like to report a vulnerability issue in **klayout_0.27.8**. ### Dependency Graph between Python and Shared Libraries ![image 简化](https://user-images.githubusercontent.com/101270230/160442584-2566f088-52c7-4830-9b53-a0271b3ed8e8.png) ### 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...