ScrAssign4PtBondwireProfile
| Creates a 4 point bondwire profile for a layer. | |
| UI Command: | Home > Bondwire Model Editor. Select JEDEC 4-Point from the Model drop-down menu. |
| Syntax: | obj.ScrAssign4PtBondwireProfile(<layerOrProfileName>, <h1>, <h2>, <radius>, <supportLayerName>, <terminationLayerName>) |
| Parameters: |
BSTR layerOrProfileName (either the name of a layer containing bondwires or a specific bondwire model name) DOUBLE h1 DOUBLE h2 DOUBLE radius BSTR supportLayerName BSTR terminationLayerName |
| Return Value: |
BOOL
|
| VB Example: | obj.ScrAssign4PtBondwireProfile "die2_die3", 0.3, 0.3, 0.01, "Signal", "Power" |
| IPY Example: | oDoc.ScrAssign4PtBondwireProfile('die2_die3',0.3,0.3,0.01,'Signal','Power') |