create_with_component#
- classmethod InstArray.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. 
 
- layout
- Returns:
- CellInstance
- Cell instance created. 
 
 
