import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.ring_single_dut(component='straight', gap=0.2, length_x=4, length_y=0, coupler='coupler_ring', bend='bend_euler', with_component=True, port_name='o1').copy()
c.draw_ports()
c.plot()