Skip to content

Commit

Permalink
Metal wireguide
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Nov 18, 2023
1 parent dde8d25 commit 2cd4127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@
export_layout(topcell, path_out,'a_static',format='oas')
print('done')


'''
path_project = os.path.join(path_GitHub, 'ANT-SiN-2301-H3LoQP/ANT-SiN-2301-H3LoQP')
if not path_project in sys.path:
sys.path.append(path_project)
import Dream_EBeam_Library_SiN
'''
4 changes: 2 additions & 2 deletions klayout/EBeam/pymacros/pcells_EBeam/Wireguide.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def __init__(self):
self.radius = 0
self.param("width", self.TypeDouble, "Width", default = 0.5)
self.adiab = False
self.param("layers", self.TypeList, "Layers", default = ['Waveguide'])
self.param("widths", self.TypeList, "Widths", default = [0.5])
self.param("layers", self.TypeList, "Layers", default = ['M2_router'])
self.param("widths", self.TypeList, "Widths", default = [5])
self.param("offsets", self.TypeList, "Offsets", default = [0])

def display_text_impl(self):
Expand Down

0 comments on commit 2cd4127

Please sign in to comment.