GenericElectricalVia

class ipkiss3.pcell.via.cell.GenericElectricalVia(*args, **kwargs)

Most generic class for electrical vias. Its purpose is to electrically connect two layers (layer_top and layer_bottom) that are defined in the Layoutview. Two ports/terms named top and bottom refer to the connection points on those respective layers.

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

Layout = <class 'ipkiss3.pcell.via.cell.GenericElectricalVia.Layout'>