WgY180Combiner
- class picazzo3.wg.splitters.cell.WgY180Combiner
Y-shaped combiner with branches that come in horizontally and combine with the output waveguide at right angles.
- Parameters:
- trace_template: PCell and _WaveguideTemplate
Waveguide template of the Y splitter
- 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
- Parameters:
- bend_radius: float and number > 0
- view_name: String that contains only alphanumeric characters from the ASCII set or contains _$. ASCII set is extended on PY3.
The name of the view
Examples
import si_fab.all as pdk # noqa: F401 from picazzo3.wg.splitters import WgY180Combiner C = WgY180Combiner(name="my_combiner180") layout = C.Layout(bend_radius=4.5) layout.visualize(annotate=True)