Skip to content

Commit

Permalink
Update Example - Bragg Gratings.lym
Browse files Browse the repository at this point in the history
Use Waveguide layer to make it easy to convert the Path
  • Loading branch information
lukasc-ubc committed Nov 15, 2023
1 parent c4ee701 commit 510a380
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<doc/>
<autorun>false</autorun>
<autorun-early>false</autorun-early>
<priority>0</priority>
<shortcut/>
<show-in-menu>true</show-in-menu>
<group-name>Examples_EBeam</group-name>
Expand Down Expand Up @@ -128,7 +129,7 @@ class layout():
def drawDeviceArray(self):
p = self.p
TECHNOLOGY, lv, ly, cell = get_layout_variables()
LayerSiN = ly.layer(TECHNOLOGY['Si'])
LayerSiN = ly.layer(TECHNOLOGY['Waveguide'])
TextLayerN = cell.layout().layer(TECHNOLOGY['Text'])


Expand Down

0 comments on commit 510a380

Please sign in to comment.