gdsfactory / kfactory

gdsfactory with a klayout backend
https://gdsfactory.github.io/kfactory/
MIT License
28 stars 10 forks source link

PDK Cells lose any info and settings #276

Closed sebastian-goeldi closed 3 months ago

sebastian-goeldi commented 3 months ago
>>> import mypdk
>>> 
>>> 
>>> import kfactory
>>> import kfactory as kf
>>> import kfactory as kf
>>> 
>>> 
>>> mt = kf.KCLayout("myTapeout")
>>> c = mt.kcell("myCell")
>>> c << mypdk.cells.straight.straight(length=10000)

mypdk.cells.straight.straight will not have any info in the resulting gds