ScrSetBwSuppLayer
| Sets the support layer of given bondwires. | |
| UI Command: | None. |
| Syntax: | obj.ScrSetBwSuppLayer(<bwIndexArray>, <suppLayerName>) |
| Parameters: |
ARRAY bwIndexArray BSTR suppLayerName |
| Return Value: |
BOOL:
|
| VB Example: |
obj.ScrSetBwSuppLayer bwList, "CU-1" |
| IPY Example: |
oDoc.ScrSetBwSuppLayer(bwList, 'CU-1') |