Skip to content
Snippets Groups Projects
Commit 48c3cfc7 authored by Tom Polakovic's avatar Tom Polakovic
Browse files

Presentation and test file.

parent cc2ae9b3
Branches
No related tags found
No related merge requests found
.DS_Store
foo*
File added
import gdspy
lib = gdspy.GdsLibrary()
cell = lib.new_cell('Test')
rect = gdspy.Rectangle((0,0),(2,1))
cell.add(rect)
lib.write_gds('test.gds')
gdspy.LayoutViewer(lib)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment