Skip to content

Commit fbb186d

Browse files
committed
Update EBeam_lukasc_ring_resonators.py
1 parent 7f250fb commit fbb186d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

submissions/KLayout Python/EBeam_lukasc_ring_resonators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# $show-in-menu
33
# $group-name: Examples_EBeam
44
# $menu-path: siepic_menu.exlayout.begin
5-
5+
66

77
"""
88
Scripted layout for ring resonators using KLayout and SiEPIC-Tools
@@ -37,7 +37,7 @@ def __init__(self):
3737
self.wg_width = 0.5 # microns
3838

3939
# Layout parameters
40-
self.filename = "EBeam_lukasc_ring_resonators"
40+
self.filename = "EBeam_lukasc_ring_resonators2"
4141
self.x_offset = 10 # horizontal spacing between the designs
4242

4343
def layout(self):

0 commit comments

Comments
 (0)