create# classmethod CellInstance.create(layout, name, ref)# Create a cell instance with a given layout. Parameters: layoutLayoutLayout to create the cell instance in. namestrName of the cell instance. refLayoutLayout that the cell instance refers to. Returns: CellInstanceCell instance created.