Skip to content

Commit

Permalink
"Waveguide" layer
Browse files Browse the repository at this point in the history
Used to define the Path for Si or SiN waveguides.


Former-commit-id: 5cb2603
  • Loading branch information
lukasc-ubc committed Feb 20, 2023
1 parent 2ef02be commit f4b3c1c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 21 deletions.
31 changes: 15 additions & 16 deletions klayout/EBeam/EBeam.lyp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,21 @@
<animation>0</animation>
<name>Waveguides</name>
<source>*/*@*</source>

<group-members>
<frame-color>#ff80a8</frame-color>
<fill-color>#ff80a8</fill-color>
<frame-brightness>0</frame-brightness>
<fill-brightness>0</fill-brightness>
<dither-pattern>I5</dither-pattern>
<valid>true</valid>
<visible>true</visible>
<transparent>false</transparent>
<width>1</width>
<marked>false</marked>
<animation>0</animation>
<name>Waveguide</name>
<source>1/99@1</source>
</group-members>
<group-members>
<frame-color>#ff80a8</frame-color>
<fill-color>#ff80a8</fill-color>
Expand Down Expand Up @@ -447,21 +461,6 @@
<animation>0</animation>
<name>Extra</name>
<source>*/*@*</source>
<group-members>
<frame-color>#ff80a8</frame-color>
<fill-color>#ff80a8</fill-color>
<frame-brightness>0</frame-brightness>
<fill-brightness>0</fill-brightness>
<dither-pattern>I5</dither-pattern>
<valid>true</valid>
<visible>true</visible>
<transparent>false</transparent>
<width>1</width>
<marked>false</marked>
<animation>0</animation>
<name>Waveguide</name>
<source>1/0@1</source>
</group-members>
<group-members>
<frame-color>#ff80a8</frame-color>
<fill-color>#ff80a8</fill-color>
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library.lym
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class SiEPIC_EBeam_Library(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.48, Components with models"
self.description = "v0.3.49, Components with models"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class SiEPIC_EBeam_Library_ANT(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.48, ANT components"
self.description = "v0.3.49, ANT components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class SiEPIC_EBeam_Library_Beta(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.48, Beta components"
self.description = "v0.3.49, Beta components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.lym
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class siepic_ebeam_library_hubbard(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.48, Silicon Nitride"
self.description = "v0.3.49, Silicon Nitride"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/grain.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<salt-grain>
<name>siepic_ebeam_pdk</name>
<version>0.3.48</version>
<version>0.3.49</version>
<api-version>0.27</api-version>
<title>SiEPIC EBeam PDK</title>
<doc>A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab)</doc>
Expand Down

0 comments on commit f4b3c1c

Please sign in to comment.