ScrSetLowBwProfile

Sets low bondwire profile to all bondwires of a specified model.

UI Command:   None.
Syntax:   obj.ScrSetLowBwProfile(<bwModelName>, <h1>, <h2>, <radius>, <alpha>, <beta>, <units>)
Parameters:  

BSTR bwModelName

DOUBLE h1

DOUBLE h2

DOUBLE radius

DOUBLE alpha

DOUBLE beta

BSTR units

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrSetLowBwProfile "WB_PROFILE_1", 100, 200, 20, 85, 5, "mm"

IPY Example:  

oDoc.ScrSetLowBwProfile('WB_PROFILE_1', 100, 200, 20, 85, 5, 'mm')