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
andIO
.- Parameters:
- solderball_type
str
,optional
Solderball type. The default is
"Cyl"
. Options are"None"
,"Cyl"
, and"Sph"
.- diameter
str
,optional
Ball diameter. The default is
"0.1mm"
.- mid_diameter
str
,optional
Ball mid diameter. The default is
"0.1mm"
.- height
str
,optional
Ball height. The default is height=”0.2mm”.
- material
str
,optional
Ball material. The default is
"solder"
.- reference_offset
str
, optional. Reference offset for port creation. The default is
"0mm"
- solderball_type
- Returns:
- bool
True
when successful,False
when failed or the wrong component type.