Skip to content

Commit

Permalink
Update EBeam_LukasChrostowski_MZI_1550.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Oct 16, 2024
1 parent 864cbd8 commit a222d16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
cell_ebeam_gc = ly.create_cell('GC_SiN_TE_1550_8degOxide_BB', 'EBeam-SiN')

# grating couplers, place at absolute positions
x,y = 60000, 15000
x,y = 60000, 20000
t = Trans(Trans.R0,x,y)
instGC1 = cell.insert(CellInstArray(cell_ebeam_gc.cell_index(), t))
t = Trans(Trans.R0,x,y+127000)
Expand Down

0 comments on commit a222d16

Please sign in to comment.