get_pin_position#
- Components.get_pin_position(pin)[source]#
Retrieve the pin position in meters.
- Parameters:
- pin
str
Name of the pin.
- pin
- Returns:
list
Pin position as a list of float values in the form
[x, y]
.
Examples
>>> from pyedb import Edb >>> edbapp = Edb("myaedbfolder", "project name", "release version") >>> edbapp.components.get_pin_position(pin)