simply "save"

At the end of my script, I would like to save the current layout, like the save = command CTRL+S
How to write it in a ruby macro ?

Thanks, BRgds,
Laurent

Comments

  • Hi Layout,

    that would be

    RBA::CellView::active.layout.write("yourfilename.gds")
    

    Matthias

Sign In or Register to comment.