import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.ytron_round(rho=1, arm_lengths=(500, 300), source_length=500, arm_widths=(200, 200), theta=2.5, theta_resolution=10, layer='WG').copy()
c.draw_ports()
c.plot()