Skip to content

Commit

Permalink
updated FaML designs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Oct 28, 2024
1 parent 4608220 commit 74bb600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
# draw two edge couplers for facet-attached micro-lenses
inst_faml = FaML_two(cell,
label = "opt_in_TE_1550_FaML_mzi1_%s" % designer_name,
cell_params = None
)
# Y branches:
instY2 = connect_cell(inst_faml[0], 'opt1', cell_ebeam_y, 'pin1')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
# draw two edge couplers for facet-attached micro-lenses
inst_faml = FaML_two(cell,
label = "opt_in_TE_1550_FaML_mzi2_%s" % designer_name,
cell_params = None
)
#c = inst_faml[0].cell
#c.name = 'FaML2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
inst_faml = FaML_two(cell,
label = "opt_in_TE_1550_FaML_%s_Loopback" % designer_name,
y_offset = 50e3+254e3*0,
cell_params = None
)
# loopback waveguide
connect_pins_with_waveguide(inst_faml[0], 'opt1', inst_faml[1], 'opt1', waveguide_type=waveguide_type1)
Expand Down

0 comments on commit 74bb600

Please sign in to comment.