ubcpdk.cells.add_fiber_array_pads_rf

ubcpdk.cells.add_fiber_array_pads_rf#

ubcpdk.cells.add_fiber_array_pads_rf(component='ring_single_heater', username='JoaquinMatres', orientation=0, pad_yspacing=50, component_name=None, **kwargs)[source]#

Returns fiber array with label and electrical pads.

Parameters:
  • component (str | Callable[[...], Component] | dict[str, Any] | DKCell) – to add fiber array and pads.

  • username (str) – for the label.

  • orientation (float) – for adding pads.

  • pad_yspacing (float) – for adding pads.

  • component_name (str | None) – for the label.

  • kwargs – for add_fiber_array.

Return type:

Component