get_pin_position#

Components.get_pin_position(pin)[source]#

Retrieve the pin position in meters.

Parameters:
pinstr

Name of the pin.

Returns:
list

Pin position as a list of float values in the form [x, y].

Examples

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