ScrGetRLCsBetweenNets
|
Finds RLCs that directly connect any pair of nets from the specified list. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetRLCsBetweenNets(<netNameList>, <includeR>, <includeL>, <includeC>, <ctkElems>) |
| Parameters: |
ARRAY netNameList BOOL includeR BOOL includeL BOOL includeC ARRAY cktElems (empty) |
| Return Value: |
ARRAY cktElems (filled) INT outcome:
|
| VB Example: |
obj.ScrGetRLCsBetweenNets(netsIn, FALSE, FALSE, TRUE, elems1) |
| IPY Example: |
oDoc.ScrGetRLCsBetweenNets(netsIn1, False, False, True, elems1) |