Skip to content

Commit

Permalink
fix DFT rules
Browse files Browse the repository at this point in the history
Former-commit-id: b045477
  • Loading branch information
lukasc-ubc committed Jan 28, 2022
1 parent 95eecbc commit 6d4b7a8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions klayout_dot_config/tech/EBeam/DFT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,27 @@
<wavelength-start>1500</wavelength-start>
<wavelength-stop>1600</wavelength-stop>
<wavelength-points>3000</wavelength-points>
<polarization>TE, TM</polarization>
<polarization>TE</polarization>
</tunable-laser>
<tunable-laser>
<wavelength>1550</wavelength>
<wavelength-start>1500</wavelength-start>
<wavelength-stop>1600</wavelength-stop>
<wavelength-points>3000</wavelength-points>
<polarization>TM</polarization>
</tunable-laser>
<tunable-laser>
<wavelength>1310</wavelength>
<wavelength-start>1260</wavelength-start>
<wavelength-stop>1360</wavelength-stop>
<wavelength-points>3000</wavelength-points>
<polarization>TE</polarization>
</tunable-laser>
<tunable-laser>
<wavelength>1310</wavelength>
<wavelength-start>1240</wavelength-start>
<wavelength-start>1260</wavelength-start>
<wavelength-stop>1360</wavelength-stop>
<wavelength-points>3000</wavelength-points>
<polarization>TE, TM</polarization>
<polarization>TM</polarization>
</tunable-laser>
</design-for-test>
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class SiEPIC_EBeam_Library(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.39, Components with models"
self.description = "v0.3.40, Components with models"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class SiEPIC_EBeam_Library_Beta(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.39, Beta components"
self.description = "v0.3.40, Beta components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down

0 comments on commit 6d4b7a8

Please sign in to comment.