It looks like you're new here. If you want to get involved, click one of these buttons!
Hi all.
I tried to switch between the edit mode and view mode in the following ways:
pya.Application.instance().set_config('edit-mode', 'false')
starting klayout with the -e argumentpya.Application.instance().set_config('edit-mode', 'true')
starting klayout without any arguments, and with the view mode as the defaultand both ways are failing; is it possible to switch between the edit/view modes after klayout has started?
Comments
No sorry, that is not possible. Edit mode is a pretty basic decision and the application either runs in edit more or not.
Matthias