SolderBallProperty#

class ansys.edb.core.definition.solder_ball_property.SolderBallProperty(msg)#

Represents a solder ball property.

Methods

SolderBallProperty.clone()

Clone a solder ball property.

SolderBallProperty.create()

Create a solder ball property.

SolderBallProperty.get_diameter()

Get the diameter parameters of the solder ball property.

SolderBallProperty.set_diameter(diameter1, ...)

Set the diameter parameters of the solder ball property.

Attributes

SolderBallProperty.height

ValueLike: Height of the solder ball.

SolderBallProperty.id

int: Unique ID of the EDB object.

SolderBallProperty.is_null

bool: Flag indicating if the object exists in the database.

SolderBallProperty.material_name

str: Name of the solder ball material.

SolderBallProperty.msg

EDBObjMessage: Protobuf message that represents the object's ID.

SolderBallProperty.placement

SolderballPlacement: Solder ball placement.

SolderBallProperty.shape

SolderballShape: Solder ball shape.

SolderBallProperty.uses_solderball

bool: Flag indicating if the solder ball is used.