This function finishes a cell in a GDSII file. This function ends the current cell in the GDSII file stream. The command gdsbegincell has to be called before closing a cell.
Syntax |
Description |
---|---|
gdsendcell(f) |
Finishes the previously created cell in a GDSII file. |
Parameter |
Type |
Description |
---|---|---|
f |
string |
a file handle that was previously opened with gdsopen. |
Example
An example of script code is available on the gdsopen page.
See Also
gdsopen, gdsclose, gdsbegincell, gdsaddpoly, gdsaddcircle, gdsaddrect, gdsimport, gdsaddref, gdsaddpath, gdsaddtext