create_with_component#
- classmethod CellInstance.create_with_component(layout, name, ref)#
Create a cell instance with a component definition.
- Parameters:
- layout
Layout
Layout to create the cell instance in.
- name
str
Name of the cell instance.
- ref
ComponentDef
Component that the cell instance refers to.
- layout
- Returns:
CellInstance
Cell instance created.