This function closes a GDSII file for writing. Before calling this command, a .gds file has to be previously opened, see gdsopen.
Syntax |
Description |
---|---|
gdsclose("filename") |
closes a .gds file in the current working directory. |
Parameter |
Type |
Description |
---|---|---|
filename |
string |
name of the GDSII file to export, may also contain a file path. |
Example
An example of script code is available on the gdsopen page.
See Also
gdsopen, gdsbegincell, gdsendcell, gdsaddpoly, gdsaddcircle, gdsaddrect, gdsaddref, gdsimport, gdsaddtext