ScrAssignLowBondwireProfile

Creates a low bondwire profile for a layer.
UI Command:   Home > Bondwire Model Editor. Select Low from the Model drop-down menu.
Syntax:   obj.ScrAssignLowBondwireProfile(<layerName>, <h1>, <h2>, <radius>, <alpha>, <beta>, <supportLayerName>, <terminationLayerName>)
Parameters:  

BSTR layerName (name of a layer containing bondwires)

DOUBLE h1

DOUBLE h2

DOUBLE radius

DOUBLE alpha

DOUBLE beta

BSTR supportLayerName

BSTR terminationLayerName

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:   obj.ScrAssignLowBondwireProfile "die2_die3", 0.3, 0.3, 0.01, 0.1, 0.1, "Signal", "Power"
IPY Example:   oDoc.ScrAssignLowBondwireProfile('die2_die3',0.3,0.3,0.01,0.1,0.1,'Signal','Power')