ScrSet4PtBwProfile

Assigns a 4 point bondwire profile to all bondwires of a given model.
UI Command:   None.
Syntax:   obj.ScrSet4PtBwProfile(<modelName>, <h1>, <h2>, <radius>)
Parameters:  

BSTR modelName

DOUBLE h1

DOUBLE h2

DOUBLE radius

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrSet4PtBwProfile("WB_PROFILE_1", 100, 200, 20)

IPY Example:  

oDoc.ScrSet4PtBwProfile('WB_PROFILE_1', 100, 200, 20)