find#

classmethod InstArray.find(layout, name)#

Find an instance array by name in a given layout.

Parameters:
layoutLayout

Layout to search for the instance array.

namestr

Name of the instance array.

Returns:
InstArray

Instance array that is found, None otherwise.