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_listlistList of net names. Returns: boolTrue when one of the net names is "power" or "ground", False otherwise.