set_solderball#

Components3DLayout.set_solderball(solderball_type='Cyl', diameter='0.1mm', mid_diameter='0.1mm', height='0.2mm', material='solder', reference_offset=None)[source]#

Set solderball on the active component.

The method applies to these component types: Other, IC and IO.

Parameters:
solderball_typestr, optional

Solderball type. The default is "Cyl". Options are "None", "Cyl", and "Sph".

diameterstr, optional

Ball diameter. The default is "0.1mm".

mid_diameterstr, optional

Ball mid diameter. The default is "0.1mm".

heightstr, optional

Ball height. The default is height=”0.2mm”.

materialstr, optional

Ball material. The default is "solder".

reference_offsetstr, optional.

Reference offset for port creation. The default is "0mm"

Returns:
bool

True when successful, False when failed or the wrong component type.