find_or_create_net#

EdbNets.find_or_create_net(net_name='', start_with='', contain='', end_with='')[source]#

Find or create the net with the given name in the layout.

Parameters:
net_namestr, optional

Name of the net to find or create. The default is "".

start_withstr, optional

All net name starting with the string. Not case-sensitive.

containstr, optional

All net name containing the string. Not case-sensitive.

end_withstr, optional

All net name ending with the string. Not case-sensitive.

Returns:
object

Net Object.