StripWaveguide_369
- class aluvia.all.StripWaveguide_369(*args, **kwargs)
Strip Waveguide operating at 369nm wavelength.
- Parameters:
- name: String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters
The unique name of the pcell
Views
- class Layout(*args, **kwargs)
- Parameters:
- shape: Shape
Shape from which the Trace is calculated
- bend_radius: float and number > 0
Bend radius for the auto-generated bends.
Name
Type
Position
Angle
Waveguide Template
Inclination
in0
Optical
(0.0, 0.0)
180.0
WG_TMPL
0.0
out0
Optical
(100.0, 0.0)
0.0
WG_TMPL
0.0
from aluvia import technology from aluvia.all import StripWaveguide_369 lo = StripWaveguide_369().Layout() lo.visualize(annotate=True)