SolderBallProperty#
- class pyedb.grpc.database.hierarchy.component.SolderBallProperty(component)#
Wrapper around the gRPC
SolderBallPropertycore object.- Parameters:
- component
Component Parent component instance.
- component
Overview#
Return |
|
Set solder ball diameter. |
Whether the solder ball property is null. |
|
Whether a solder ball is defined on this component. |
|
Solder ball shape. |
|
Solder ball height. |
|
Solder ball material name. |
|
Solder ball placement. |
Import detail#
from pyedb.grpc.database.hierarchy.component import SolderBallProperty
Property detail#
- property SolderBallProperty.uses_solderball: bool#
Whether a solder ball is defined on this component.
- property SolderBallProperty.shape: str#
Solder ball shape.
- Returns:
str"cylinder","spheroid","none"or"unknown".
- property SolderBallProperty.placement#
Solder ball placement.