is_net_in_component# EdbNets.is_net_in_component(component_name, net_name)[source]# Check if a net belongs to a component. Parameters: component_namestrName of the component. net_namestrName of the net. Returns: boolTrue if the net is found in component pins.