WgY180Splitter¶
-
class
picazzo3.wg.splitters.cell.
WgY180Splitter
(*args, **kwargs)¶ Y-splitter PCell with branches that fan out at right angles to the input waveguide and then come back to the horizomtal direction.
Parameters: trace_template: PCell and _WaveguideTemplate
Waveguide template of the Y splitter
name:
The unique name of the pcell
Views
-
Layout
¶ Parameters: view_name: str and ( Alphanumeric string or Contains _$ )
The name of the view
bend_radius: float and number > 0
Examples
from technologies import silicon_photonics from ipkiss3 import all as i3 from picazzo3.wg.splitters import WgY180Splitter C = WgY180Splitter(name="my_splitter180") layout = C.Layout(bend_radius=4.5) layout.visualize(annotate=True)
-