from qpdk import cells, PDK

PDK.activate()
c = cells.tee(cross_section='cpw').copy()
c.draw_ports()
c.plot()