aedt_name#
- property EDBPadstackInstance.aedt_name[source]#
Retrieve the pin name that is shown in AEDT.
Note
To obtain the EDB core pin name, use pin.GetName().
- Returns:
str
Name of the pin in AEDT.
Examples
>>> from pyedb import Edb >>> edbapp = Edb("myaedbfolder", "project name", "release version") >>> edbapp.padstacks.instances[111].get_aedt_pin_name()