get_pins_name_from_net#

Components.get_pins_name_from_net(pin_list, net_name)[source]#

Retrieve pins belonging to a net.

Parameters:
pin_listlist

List of pins to check.

net_namestr

Name of the net.

Returns:
list

List of pins belong to the net.

Examples

>>> from pyaedt import Edb
>>> edbapp = Edb("myaedbfolder", "project name", "release version")
>>> edbapp.components.get_pins_name_from_net(pin_list, net_name)