PadstackDefData#
- class ansys.edb.core.definition.padstack_def_data.PadstackDefData(msg)#
Represents the padstack specific data of a padstack definition.
Methods
PadstackDefData.add_layers
(names)Add layers to the padstack definition.
Create a padstack definition data object.
Get connection point position and direction of the padstack definition by layer name.
Get the hole parameters of the padstack definition.
PadstackDefData.get_pad_parameters
(layer, ...)Get pad parameters by layer name and pad type.
PadstackDefData.set_connection_pt
(layer, ...)Set connection point position and direction of the padstack definition by layer.
PadstackDefData.set_hole_parameters
(...[, ...])Set hole parameters.
PadstackDefData.set_pad_parameters
(layer, ...)Set pad parameters by layer and pad type.
Attributes
PadstackHoleRange
: Hole range of the padstack data definition.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.str
: The padstack hole material.EDBObjMessage
: Protobuf message that represents the object's ID.ValueLike: Hole plating percentage.
str
: Name of the solder ball material.SolderballPlacement
: Solder ball placement.SolderballShape
: Solder ball shape.