is_net_in_component#

EdbNets.is_net_in_component(component_name, net_name)[source]#

Check if a net belongs to a component.

Parameters:
component_namestr

Name of the component.

net_namestr

Name of the net.

Returns:
bool

True if the net is found in component pins.