from qpdk import cells, PDK

PDK.activate()
c = cells.plate_capacitor(length=26, width=5, gap=7, etch_layer='M1_ETCH', etch_bbox_margin=2, cross_section='cpw').copy()
c.draw_ports()
c.plot()