Skip to content

Commit 2c09d8a

Browse files
committed
python
1 parent 344a95f commit 2c09d8a

File tree

3 files changed

+5
-195
lines changed

3 files changed

+5
-195
lines changed

submissions/KLayout Python/EBeam_LukasChrostowski_BraggMMcavity.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# Load cells from library
6262
cell_ebeam_gc = ly.create_cell('GC_TE_1310_8degOxide_BB', tech_name)
63-
cell_ebeam_y = ly.create_cell('ebeam_y_1310', 'EBeam_Beta')
63+
cell_ebeam_y = ly.create_cell('ebeam_y_1310', 'EBeam')
6464

6565
# define parameters for the designs
6666
params_BraggN = [40, 50, 60, 70]
@@ -99,7 +99,7 @@
9999
# automated test label
100100
text = Text ("opt_in_TE_1310_device_%s_BraggMMcavity%s" % (designer_name, params_BraggN[i]), t)
101101
cell.shapes(ly.layer(ly.TECHNOLOGY['Text'])).insert(text).text_size = 5/dbu
102-
102+
103103
# Y branches:
104104
instY1 = connect_cell(instGC3, 'opt1', cell_ebeam_y, 'opt3')
105105
instY1.transform(Trans(10000,0))
@@ -130,3 +130,5 @@
130130
filename = os.path.splitext(os.path.basename(__file__))[0]
131131
file_out = export_layout(topcell, path, filename, relative_path = '..', format='oas', screenshot=False)
132132

133+
# KLayout live
134+
topcell.show()

submissions/KLayout Python/EBeam_LukasChrostowski_BraggMMcavityB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# Load cells from library
6262
cell_ebeam_gc = ly.create_cell('GC_TE_1310_8degOxide_BB', tech_name)
63-
cell_ebeam_y = ly.create_cell('ebeam_y_1310', 'EBeam_Beta')
63+
cell_ebeam_y = ly.create_cell('ebeam_y_1310', 'EBeam')
6464

6565
# define parameters for the designs
6666
params_BraggN = [6, 7, 8, 9]

submissions/KLayout Python/EBeam_peng_ring_resonators.py

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)