EDBPadstack#

class pyaedt.edb_core.edb_data.padstacks_data.EDBPadstack(edb_padstack, ppadstack)[source]#

Manages EDB functionalities for a padstack.

Parameters:
edb_padstack
ppadstackstr

Inherited AEDT object.

Examples

>>> from pyaedt import Edb
>>> edb = Edb(myedb, edbversion="2021.2")
>>> edb_padstack = edb.padstacks.definitions["MyPad"]

Methods

EDBPadstack.convert_to_3d_microvias([...])

Convert actual padstack instance to microvias 3D Objects with a given aspect ratio.

EDBPadstack.split_to_microvias()

Convert actual padstack definition to multiple microvias definitions.

Attributes

EDBPadstack.hole_finished_size

Finished hole size.

EDBPadstack.hole_offset_x

Hole offset for the X axis.

EDBPadstack.hole_offset_y

Hole offset for the Y axis.

EDBPadstack.hole_parameters

Hole parameters.

EDBPadstack.hole_params

Via Hole parameters values.

EDBPadstack.hole_plating_ratio

Hole plating ratio.

EDBPadstack.hole_plating_thickness

Hole plating thickness.

EDBPadstack.hole_properties

Hole properties.

EDBPadstack.hole_range

Get hole range value from padstack definition.

EDBPadstack.hole_rotation

Hole rotation.

EDBPadstack.hole_type

Hole type.

EDBPadstack.material

Hole material.

EDBPadstack.name

Padstack Definition Name.

EDBPadstack.padstack_instances

Get all the vias that belongs to active Padstack definition.

EDBPadstack.via_layers

Layers.

EDBPadstack.via_start_layer

Starting layer.

EDBPadstack.via_stop_layer

Stopping layer.