import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.straight_array(n=4, spacing=4, length=10, cross_section='strip').copy()
c.draw_ports()
c.plot()