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