create_with_component#

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

Create a cell instance with a component definition.

Parameters:
layoutLayout

Layout to create the cell instance in.

namestr

Name of the cell instance.

refComponentDef

Component that the cell instance refers to.

Returns:
CellInstance

Cell instance created.