import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.grating_coupler_array(grating_coupler='grating_coupler_elliptical', pitch=127, n=6, port_name='o1', rotation=-90, with_loopback=False, cross_section='strip', straight_to_grating_spacing=10, centered=True, bend='bend_euler', mirror_grating_coupler=False).copy()
c.draw_ports()
c.plot()