from qpdk import cells, PDK

PDK.activate()
c = cells.plate_capacitor_single(length=26, width=5, layer_metal='M1_DRAW', etch_layer='M1_ETCH', etch_bbox_margin=2, cross_section='cpw').copy()
c.draw_ports()
c.plot()