Skip to content

Commit

Permalink
Update EBeam_LukasChrostowski_MZI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Sep 10, 2024
1 parent d78d52c commit 0433c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submissions/KLayout Python/EBeam_LukasChrostowski_MZI.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
instTaper2 = connect_cell(instGC2, 'opt1', cell_ebeam_taper, 'opt1')
instY2 = connect_cell(instTaper2, 'opt2', cell_ebeam_y, 'opt1')

# Waveguides:
# Waveguides:

connect_pins_with_waveguide(instY1, 'opt2', instY2, 'opt3', waveguide_type=waveguide_type2,turtle_B=[60,-90])
connect_pins_with_waveguide(instY1, 'opt3', instY2, 'opt2', waveguide_type=waveguide_type2,turtle_B=[60+50,-90])
Expand Down

0 comments on commit 0433c1a

Please sign in to comment.