find#

classmethod CellInstance.find(layout, name)#

Find a cell instance by name in a given layout.

Parameters:
layoutLayout

Layout to search for the cell instance.

namestr

Name of the cell instance.

Returns:
CellInstance

Cell instance that is found, None otherwise.