We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f250fb commit fbb186dCopy full SHA for fbb186d
submissions/KLayout Python/EBeam_lukasc_ring_resonators.py
@@ -2,7 +2,7 @@
2
# $show-in-menu
3
# $group-name: Examples_EBeam
4
# $menu-path: siepic_menu.exlayout.begin
5
-
+
6
7
"""
8
Scripted layout for ring resonators using KLayout and SiEPIC-Tools
@@ -37,7 +37,7 @@ def __init__(self):
37
self.wg_width = 0.5 # microns
38
39
# Layout parameters
40
- self.filename = "EBeam_lukasc_ring_resonators"
+ self.filename = "EBeam_lukasc_ring_resonators2"
41
self.x_offset = 10 # horizontal spacing between the designs
42
43
def layout(self):
0 commit comments