ScrAssign5PtBondwireProfile

Creates a 5 point bondwire profile for a layer.
UI Command:   Home > Bondwire Model Editor. Select JEDEC 5-Point from the Model drop-down menu.
Syntax:   obj.ScrAssign5PtBondwireProfile(<layerOrProfileName>, <h1>, <h2>, <radius>, <alpha>, <beta>, <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

DOUBLE alpha (angle in degrees)

DOUBLE beta (angle in degrees)

BSTR supportLayerName

BSTR terminationLayerName

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrAssign5PtBondwireProfile "die1_die3", 0.31, 0.32, 0.011, 85.1, 5.1, "Top", "Ground"

IPY Example:  

oDoc.ScrAssign5PtBondwireProfile('die1_die3',0.31,0.32,0.011,85.1,5.1,'Top','Ground')