ScrGetDcConnectedNets
|
Returns an array containing all nets and RLCs that form a connection to the specified net. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetDcConnectedNets(<netNameList>, <nets>, <cktElems>) |
| Parameters: |
ARRAY netNameList (input list of net names that are connected) ARRAY nets (list of net names that are DC-connected to the input list) ARRAY cktElems (names of circuit elements that form connections between the DC-connected nets) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrGetDcConnectedNets(netNameList, nets, cktElems) |
| IPY Example: |
oDoc.ScrGetDcConnectedNets(netNameList, nets, cktElems) |