ScrGetPinsOnPart
|
Returns a list of identifying information for pins on a specified part. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetPinsOnPart(<partName>, <refDes>, <pinNames>, <netNames>) |
| Parameters: |
BSTR partName BSTR refDes ARRAY pinNames (empty) ARRAY netNames (empty) |
| Return Value: |
ARRAY pinNames (filled) ARRAY netNames (filled) BOOL outcome:
|
| VB Example: |
obj.ScrGetPinsOnPart("T1_A", "U1", pins, nets) |
| IPY Example: |
oDoc.ScrGetPinsOnPart('T1_A', 'U1', pins, nets) |