from qpdk import cells, PDK

PDK.activate()
c = cells.coupler_straight(length=10, gap=16, cross_section='cpw').copy()
c.draw_ports()
c.plot()