Skip to content

Commit

Permalink
Merge pull request #78 from gdsfactory/add-instname-and-portinfo
Browse files Browse the repository at this point in the history
Add info to ports and allow named Instances
  • Loading branch information
github-merge-queue[bot] authored Apr 18, 2023
2 parents 28da648 + 45921b2 commit acc9280
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 98 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/01_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

c = kf.KCell(name="reference_sample")
w = kf.pcells.waveguide.waveguide(length=10, width=0.6, layer=c.klib.layer(1, 0))
wr = kf.kdb.CellInstArray(w, kf.kdb.Trans.R0)
wr = kf.kdb.CellInstArray(w._kdb_cell, kf.kdb.Trans.R0)
c.insert(wr)
c

Expand Down
Loading

0 comments on commit acc9280

Please sign in to comment.