ubcpdk.cells.wire_corner45_straight

ubcpdk.cells.wire_corner45_straight#

ubcpdk.cells.wire_corner45_straight(width=1.5, radius=1.5, cross_section='metal_routing')[source]#

Returns 90 degrees electrical corner wire.

Parameters:
  • width (float | None) – of the wire.

  • radius (float | None) – of the corner. Defaults to width.

  • cross_section (CrossSection | str | dict[str, Any] | Callable[[...], CrossSection] | SymmetricalCrossSection | DCrossSection) – metal_routing.

Return type:

Component