find#

classmethod ViaGroup.find(layout, name)#

Find a via group by name in the given layout.

Parameters:
layoutLayout

Layout to search for the via group.

namestr

Name of the via group.

Returns:
ViaGroup

Via group that is found, None otherwise.