from qpdk import cells, PDK

PDK.activate()
c = cells.resonator_half_wave_bend_end(length=4000, meanders=6, cross_section='cpw', start_with_bend=False, end_with_bend=True, open_start=True, open_end=True).copy()
c.draw_ports()
c.plot()