Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Nested Cells #46

Closed
smartalecH opened this issue Apr 6, 2018 · 2 comments
Closed

Nested Cells #46

smartalecH opened this issue Apr 6, 2018 · 2 comments

Comments

@smartalecH
Copy link

Is it possible to nest cells using gdspy? I've poured over the documentation/examples but haven't found any explicit reference to nesting or cell hierarchy.

I'm building a library of function components that return cells. I would like more complex cells to call simpler cell routines. The GDS format obviously works really well with this recursive framework.

@heitzmann
Copy link
Owner

@smartalecH Indeed hierarchical structures is one of the strong points of GDSII. You can nest cells in Gdspy using CellReference and CellArray.

The tutorial has examples of both.

@horror-vacui
Copy link

horror-vacui commented Jun 8, 2021

The link to the tutorial is broken now. I believe these are the examples now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants