get_aedt_pin_name#

Components.get_aedt_pin_name(pin)[source]#

Retrieve the pin name that is shown in AEDT.

Note

To obtain the EDB core pin name, use pin.GetName().

Parameters:
pinstr

Name of the pin in EDB core.

Returns:
str

Name of the pin in AEDT.

Examples

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