While I await answer to my previous query, I am wondering if I have stumbled on a bug! Please see if you can reproduce this.
In the Macro Development, I have the following piece of code (saved under Local)
import pya layout = pya.Layout() …
As I understand, (2) is for opening a gds file created by a macro (created in Python in my case). If I create a layout, say consisting of layers, cells and instances completely via the GUI (i.e not via a script but drawing by hand) and save it as a …
Many thanks. All working.
I have created a multi-layer layout fully via drawing in the GUI, can I open the gds from within the macro development,if so how?
Thanks for the response. Typing print ('hello world'') does work and gives the expected output in the console.
All I needed to understand the mistakes I was making was to watch this video.
I then tried the following example from the documentation
…