Skip to content

Commit

Permalink
Update Example - Ring_resonator_sweep.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Nov 23, 2023
1 parent 4b8980a commit b9769d4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
from SiEPIC.scripts import zoom_out, export_layout
import os

import siepic_ebeam_pdk
'''
if Python_Env == 'Script':
try:
# For external Python mode, when installed using pip install siepic_ebeam_pdk
Expand All @@ -32,7 +30,7 @@
path_GitHub = os.path.expanduser('~/Documents/GitHub/')
sys.path.append(os.path.join(path_GitHub, 'SiEPIC_EBeam_PDK/klayout'))
import siepic_ebeam_pdk
'''

tech_name = 'EBeam'

# Example layout function
Expand Down

0 comments on commit b9769d4

Please sign in to comment.