DCPad

class aluvia.all.DCPad(*args, **kwargs)

A metal pad that can be interconnected to the metal lines and contacted through a probe or through wire-bonding.

Parameters:
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(*args, **kwargs)
Parameters:
length: float and number > 0

Pad Length [um]

width: float and number > 0

Pad Width [um]

Name

Type

Position

Angle

Waveguide Template

Inclination

dc0

Electrical

(0.0, 0.0)

0.0

MetalWireTemplate

0.0

from aluvia import technology
from aluvia.all import DCPad

lo = DCPad().Layout()
lo.visualize(annotate=True)
../../_images/aluvia-all-DCPad-1.png