-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Description
The following file is a single PCell instance:
Formally this is not legal as a PCell only exists through an instance. However it appears to be possible to save a PCell variant and receive such a file. This file behaves weirdly. It does not show any layout and when trying to add a new cell, KLayout complains that no layout is opened.
The expected behavior is that in such a case, the cell is loaded and converted to a static cell.
In addition, saving a PCell variant to a file should give a warning at least and if intended, the cell should be saved without context to make it a static cell.
The workaround is to save the cell without context (use "Save As" and disable context in the writer options) or to convert it to a static cell before saving.
Reactions are currently unavailable