SBend

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

S-Bend Waveguide.

Views

class Layout(*args, **kwargs)
Parameters:
height: float

Height of the sbend [um]

length: float and number > 0

Length of the sbend [um]

width: float and number > 0

Width of the sbend [um]

Name

Type

Position

Angle

Waveguide Template

Inclination

in0

Optical

(0.0, 0.0)

180.0

WG_TMPL

0.0

out0

Optical

(10.0, 5.0)

0.0

WG_TMPL

0.0

from aluvia import technology
from aluvia.all import SBend

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