StripWaveguide

class aluvia.all.StripWaveguide(*args, **kwargs)

Strip Waveguide

Parameters:
trace_template: PCell and _TraceTemplate

Template of the waveguide

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:
width: float and number > 0

Width of the core [um]

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

lo = StripWaveguide().Layout()
lo.visualize(annotate=True)
../../_images/aluvia-all-StripWaveguide-1.png