ScrAssignComplexSolderballProfile
| Creates a complex solderball profile for a layer. | |
| UI Command: | Home > Solderball Properties. Select Complex from the Type drop-down menu. |
| Syntax: | obj.ScrAssignComplexSolderballProfile(<padstackName>, <height>, <radius>, <midRadius>, <frustumHeight>, <placement>, <terminalType>)
|
| Parameters: |
BSTR padstackName DOUBLE height DOUBLE radius DOUBLE midRadius DOUBLE frustrumHeight INT placement (0 for Above, 1 for Below) INT terminalType (0 for Sink, 1 for Source) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrAssignComplexSolderballProfile "BGA", 0.5, 0.18, 0.225, 0.1666, 0, 0 |
| IPY Example: |
|