find#

classmethod PinGroup.find(layout, name)#

Find a pin group by name in a given layout.

Parameters:
layoutLayout

Layout to search for the pin group.

namestr

Name of the pin group.

Returns:
PinGroup

Pin group found, None otherwise.