create#

classmethod CellInstance.create(layout, name, ref)#

Create a cell instance with a given layout.

Parameters:
layoutLayout

Layout to create the cell instance in.

namestr

Name of the cell instance.

refLayout

Layout that the cell instance refers to.

Returns:
CellInstance

Cell instance created.