get_component_net_connection_info#
- Components.get_component_net_connection_info(refdes)[source]#
Retrieve net connection information.
- Parameters:
- refdes
Reference designator for the net.
- Returns:
dict
Dictionary of the net connection information for the reference designator.
Examples
>>> from pyedb import Edb >>> edbapp = Edb("myaedbfolder", "project name", "release version") >>> edbapp.components.get_component_net_connection_info(refdes)