from qpdk import cells, PDK

PDK.activate()
c = cells.unimon_arm(arm_length=3000, arm_meanders=6, cross_section='cpw', junction_gap=6).copy()
c.draw_ports()
c.plot()