LayoutView

The Layout View of a parametric cell defines the drawings which are needed to obtain masks for fabrication of the IC. For more information visit our guide.

class ipkiss3.all.LayoutView(*args, **kwargs)
Parameters
view_name: String that contains only alphanumeric characters from the ASCII set or contains _$. ASCII set is extended on PY3.

The name of the view

flatten(level=-1)

Flattens this LayoutView in place. (recursive)

Parameters
levelHow many levels deep should the hierarchy be flattened. -1 means all levels (default)
flat_copy(level=-1)

Creates a flat copy of a layout, in a new cell.

Parameters
level: How many levels deep should the hierarchy be flattened. -1 means all levels (default)