ScrSelectNetsBetweenNets
| Selects all nets and RLCs that form a connection between the specified nets. | |
| UI Command: | None. |
| Syntax: | obj.ScrSelectNetsBetweenNets(<net1>, <net2>) |
| Parameters: |
BSTR net1 BSTR net2 |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrSelectNetsBetweenNets("VDD", "GND") |
| IPY Example: |
oDoc.ScrSelectNetsBetweenNets('VDD', 'GND') |