DCPadArrayο
- class aluvia.all.DCPadArray(*args, **kwargs)ο
Array of DCPad.
- 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:
- n_o_pads: tuple2 and Tuple of <class βintβ> and length == 2
number of DCPads in x and y
- pad_length: float and number > 0
Pad Length [um]
- pad_width: float and number > 0
Pad Width [um]
- pitch: float and number > 0
Pitch of the DCPads [um]
Name
Type
Position
Angle
Waveguide Template
Inclination
dc0
Electrical
(0.0, -500.0)
0.0
MetalWireTemplate
0.0
dc1
Electrical
(0.0, 0.0)
0.0
MetalWireTemplate
0.0
dc2
Electrical
(0.0, 500.0)
0.0
MetalWireTemplate
0.0
from aluvia import technology from aluvia.all import DCPadArray lo = DCPadArray().Layout() lo.visualize(annotate=True)