from qpdk import cells, PDK

PDK.activate()
c = cells.launcher(straight_length=200, taper_length=100, cross_section_small='cpw').copy()
c.draw_ports()
c.plot()