find_by_name#
- classmethod ExtendedNet.find_by_name(layout, name)#
Find an extended net by name in a given layout.
- Parameters:
- Returns:
ExtendedNet
Extended net that was found. Check the
is_null
property of the extended net to see if it exists.
Find an extended net by name in a given layout.
ExtendedNet
Extended net that was found. Check the is_null
property of the extended net to see if it exists.