set_solderball#

EdbPadstacks.set_solderball(padstackInst, sballLayer_name, isTopPlaced=True, ballDiam=0.0001)[source]#

Set solderball for the given PadstackInstance.

Parameters:
padstackInstEdb.Cell.Primitive.PadstackInstance or int

Padstack instance id or object.

sballLayer_namestr,

Name of the layer where the solder ball is placed. No default values.

isTopPlacedbool, optional.

Bollean triggering is the solder ball is placed on Top or Bottom of the layer stackup.

ballDiamdouble, optional,

Solder ball diameter value.

Returns:
bool