ScrAssignSketchedBondwireProfileFromArray
| Creates a sketched bondwire profile for a layer, from an array. | |
| UI Command: | Home > Bondwire Model Editor. Select Sketched from the Model drop-down menu. |
| Syntax: | obj.ScrAssignSketchedBondwireProfile(<layerName>, <units>, <bwPoints>, <radius>, <supportLayerName>, <terminationLayerName>)
|
| Parameters: |
BSTR layerName BSTR units ARRAY bwPoints (array of xy coordinates) INT radius BSTR supportLayerName BSTR terminationLayerName |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrAssignSketchedBondwireProfileFromArray "die1_die2", "mm", xyPoints, 0.012, "Top", "Ground" |
| IPY Example: |
|