find# classmethod PinGroup.find(layout, name)# Find a pin group by name in a given layout. Parameters: layoutLayoutLayout to search for the pin group. namestrName of the pin group. Returns: PinGroupPin group found, None otherwise.