find_by_name# classmethod Net.find_by_name(layout, name)# Find a net by name in a given layout. Parameters: layoutLayoutLayout to search for the net. namestrName of net. Returns: NetNet found. Check the is_null property of the returned net to see if it exists.