get_pins_name_from_net# Components.get_pins_name_from_net(net_name, pin_list=None)[source]# Retrieve pins belonging to a net. Parameters: pin_listlist of EDBPadstackInstance, optionalList of pins to check. The default is None, in which case all pins are checked net_namestrName of the net. Returns: list of str names:Pins belonging to the net. Examples >>> from pyedb import Edb >>> edbapp = Edb("myaedbfolder", "project name", "release version") >>> edbapp.components.get_pins_name_from_net(pin_list, net_name)