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, optional
Waveguide template of the Y splitter
cell_instances: _PCellInstanceDict, optional
name: optional
The unique name of the pcell
Views
-
Layout
¶ Parameters: view_name: str, optional
The name of the view
bend_radius: float and number > 0, optional
grids_per_unit: locked
Number of grid cells per design unit
units_per_grid: locked
Ratio of grid cell and design unit
grid: float and number > 0, locked
design grid. Extracted by default from TECH.METRICS.GRID
unit: float and number > 0, locked
design unit. Extracted by default from TECH.METRICS.UNIT
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()
-