ScrAssignSimpleSolderballProfile

Creates a simple solderball profile for a layer.
UI Command:   Home > Solderball Properties. Select Simple from the Type drop-down menu.
Syntax:   obj.ScrAssignSimpleSolderballProfile(<padstackName>, <height>, <radius>, <placement>, <terminalType>)
Parameters:  

BSTR padstackName

DOUBLE height

DOUBLE radius

INT placement (0 for Above, 1 for Below)

INT terminalType (0 for Sink, 1 for Source)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrAssignSimpleSolderballProfile "BGA", 0.5, 0.225, 0, 0

IPY Example:  

oDoc.ScrAssignSimpleSolderballProfile('BGA', 0.5, 0.225, 0, 0)