Thanks You both.
Laurent, but if I would like run script on this way
klayout -e mygdsfile -r cell_layers.rbm
and automatically create the file cell_layers.txt
how can modify the rbm script?
Many thanks in advance
Regards
Luciano
Sorry to all, one more question.
It's possible run the script automatically, inserting the name on klayoutrc file?
Thanks for the help in advance
Ciao
Luciano
Solved.
I have created file as myscript.rb and run it on this way
klayout -r myscript.rb
using this command "Save" and "Save As" are removed on menu "File"
Thanks to all.
Luciano
thanks Stefan.
On unix I used version 0.23.11 (the last one that I can use)
How can I use the script
mw = RBA::Application::instance.main_window
menu = mw.menu
menu.action("file_menu.save").visible = false
menu.action("file_menu.s…