import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.ring_single_heater(gap=0.2, length_x=1, length_y=0.01, coupler_ring='coupler_ring', straight='straight', bend='bend_euler', cross_section_heater='heater_metal', cross_section_waveguide_heater='strip_heater_metal', cross_section='strip', via_stack='via_stack_heater_mtop_mini', via_stack_offset=(1, 0), with_drop=False).copy()
c.draw_ports()
c.plot()