ScrGetBondwiresOfBwModel
|
Returns list of all bondwires associated with the given bondwire model. |
|
| UI Command: | None. |
| Syntax: | obj.ScrGetBondwiresOfBwModel(<modelName>) |
| Parameters: |
BSTR modelName |
| Return Value: |
ARRAY bwList (list of bondwires) |
| VB Example: |
obj.ScrGetBondwiresOfBwModel("Z1-MT8530-LOOP1") |
| IPY Example: |
oDoc.ScrGetBondwiresOfBwModel('Z1-MT8530-LOOP1') |