Skip to content

Commit

Permalink
Update ebeam_taper_te1550.py
Browse files Browse the repository at this point in the history
default 50 µm long taper pcell
  • Loading branch information
lukasc-ubc committed Oct 16, 2024
1 parent ca1ba92 commit 36dccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/pcells_EBeam/ebeam_taper_te1550.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self):
"wg_length",
self.TypeDouble,
"Waveguide Length (CML only supports a range of 1-10)",
default=10,
default=50,
)
self.param(
"pinrec", self.TypeLayer, "PinRec Layer", default=TECHNOLOGY["PinRec"]
Expand Down

0 comments on commit 36dccd2

Please sign in to comment.