Skip to content

Commit

Permalink
minor position updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Nov 6, 2024
1 parent 170dd49 commit a246429
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified framework/EBL_Framework_1cm_PCM_static.oas
Binary file not shown.
6 changes: 6 additions & 0 deletions framework/loopback_1550_FaML.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
# loopback waveguide
connect_pins_with_waveguide(inst_faml[0], 'opt1', inst_faml[1], 'opt1', waveguide_type=waveguide_type1)

# Text label:
txt_mag = 30 # size of the printed device labels
cell_txt = ly.create_cell("TEXT", "Basic", {"text": str(i),
"layer": pya.LayerInfo(4,0), "mag": txt_mag, "inverse":False})
cell.insert(pya.CellInstArray(cell_txt.cell_index(), pya.Trans(pya.Trans.R0, 20e3, (inst_faml[0].trans.disp.y+inst_faml[1].trans.disp.y)/2)))

t = pya.Trans(pya.Trans.R180,0,0)
topcell.insert(pya.CellInstArray(cell.cell_index(), t))

Expand Down
Binary file modified submissions/OpenEBL_snewman_SiN_CDCB3_1_FAVE.gds
Binary file not shown.

0 comments on commit a246429

Please sign in to comment.