Skip to content

Commit

Permalink
Added terminator GDS-CML link. minor fix Waveguide_Types
Browse files Browse the repository at this point in the history
Former-commit-id: e419063
  • Loading branch information
lukasc-ubc committed Dec 5, 2015
1 parent 5bcb9d6 commit 3523df6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added Examples/MZI_bdc.gds
Binary file not shown.
Binary file modified klayout_dot_config/libraries/SiEPIC-EBeam.gds
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ for o in object_selection:
elif o.shape:
print("Selected object is a shape.")
c = o.shape.cell
if c.basic_name() == Waveguide_Type and c.is_pcell_variant() and c.pcell_parameters_by_name()['layer'] == LayerSi:
if c.basic_name() in Waveguide_Types and c.is_pcell_variant() and c.pcell_parameters_by_name()['layer'] == LayerSi:
# we have a waveguide GUIDING_LAYER selected
print("Selected object is a GUIDING_LAYER in %s on LayerSi." % c.basic_name() )
trans = o.source_trans().s_trans()
Expand Down

0 comments on commit 3523df6

Please sign in to comment.