ScrGetPinGroupNameList
|
Returns a list of all pin group names on specified part(s) or in the entire project. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetPinGroupNameList(<partName>,<refDes>) |
| Parameters: |
BSTR partName (leave empty to search entire project) BSTR refDes (leave empty to search entire project) |
| Return Value: |
ARRAY pinGroupNameList |
| VB Example: |
obj.ScrGetPinGroupNameList("288DIMMDDR4_EDGE_CONN-BASE", "J1") |
| IPY Example: |
oDoc.ScrGetPinGroupNameList() |