import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.cdsem_straight(widths=(0.4, 0.45, 0.5, 0.6, 0.8, 1), length=420, cross_section='strip_no_ports', text='text_rectangular', spacing=7, text_size=1).copy()
c.draw_ports()
c.plot()