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_name
str
,optional
Name of the net to find or create. The default is
""
.- start_with
str
,optional
All net name starting with the string. Not case-sensitive.
- contain
str
,optional
All net name containing the string. Not case-sensitive.
- end_with
str
,optional
All net name ending with the string. Not case-sensitive.
- net_name
- Returns:
object
Net Object.