find_by_name#

classmethod Net.find_by_name(layout, name)#

Find a net by name in a given layout.

Parameters:
layoutLayout

Layout to search for the net.

namestr

Name of net.

Returns:
Net

Net found. Check the is_null property of the returned net to see if it exists.