ScrGetPinPadstackName
|
Returns the padstack name associated with a specified pin. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetPinPadstackName(<partName>, <refDes>, <pinName>) |
| Parameters: |
BSTR partName BSTR refDes BSTR pinName |
| Return Value: |
BSTR padstackName |
| VB Example: |
obj.ScrGetPinPadstackName("DIE", "U1", "394") |
| IPY Example: |
oDoc.ScrGetPinPadstackName('DIE','U1','394') |