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: pinstrName of the pin in EDB core. Returns: strName of the pin in AEDT. Examples >>> from pyedb import Edb >>> edbapp = Edb("myaedbfolder", "project name", "release version") >>> edbapp.components.get_aedt_pin_name(pin)