set_solderball#
- Components3DLayout.set_solderball(solderball_type='Cyl', diameter='0.1mm', mid_diameter='0.1mm', height='0.2mm', material='solder', reference_offset=None)#
Set solderball on the active component.
The method applies to these component types:
Other,ICandIO.- 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
Truewhen successful,Falsewhen failed or the wrong component type.