ScrAssignSketchedBondwireProfile

Creates a sketched bondwire profile for a layer.
UI Command:   Home > Bondwire Model Editor. Select Sketched from the Model drop-down menu.
Syntax:   obj.ScrAssignSketchedBondwireProfile(<layerOrProfileName>, <filePath>, <radius>, <supportLayerName>, <terminationLayerName>)
Parameters:  

BSTR layerOrProfileName (can be either the name of a layer containing bondwires or a specific bondwire model name)

BSTR filePath

INT radius

BSTR supportLayerName

BSTR terminationLayerName

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrAssignSketchedBondwireProfile "die1_die2", "F:\TestScriptsForDocumentation\bw_pts.bwp", 0.012, "Top", "Ground"

IPY Example:  

oDoc.ScrAssignSketchedBondwireProfile('die1_die2', 'F:\TestScriptsForDocumentation\bw_pts.bwp', 0.012, 'Top', 'Ground')