Unable to use resonator cells #168
Replies: 2 comments
Hi Ashish, this is a gdsfactory-specific caveat. You need to run: from qpdk import PDK
PDK.activate()before calling cross_section: CrossSectionSpec = "cpw",Activating the PDK enables the |
|
Hi Niko, thanks for this! It works now. :) |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
After the newly tagged release, I'm trying to use the
resonator_coupledPCell but get aValueErrorwhen running the following:Error:
Apparently "cpw" is not a part of any allowed cross-section values.
All reactions