is_power_gound_net#

EdbNets.is_power_gound_net(netname_list)[source]#

Determine if one of the nets in a list is power or ground.

Parameters:
netname_listlist

List of net names.

Returns:
bool

True when one of the net names is "power" or "ground", False otherwise.