get_nets_from_pin_list#

Components.get_nets_from_pin_list(PinList)[source]#

Retrieve nets with one or more pins.

Parameters:
PinListlist

List of pins.

Returns:
list

List of nets with one or more pins.

Examples

>>> from pyaedt import Edb
>>> edbapp = Edb("myaedbfolder", "project name", "release version")
>>> edbapp.components.get_nets_from_pin_list(pinlist)