EDBPadstack#
- class pyaedt.edb_core.edb_data.padstacks_data.EDBPadstack(edb_padstack, ppadstack)[source]#
Manages EDB functionalities for a padstack.
- Parameters:
- edb_padstack
- ppadstack
str
Inherited AEDT object.
Examples
>>> from pyaedt import Edb >>> edb = Edb(myedb, edbversion="2021.2") >>> edb_padstack = edb.core_padstack.padstacks["MyPad"]
Methods
Convert actual padstack instance to microvias 3D Objects with a given aspect ratio.
Convert actual padstack definition to multiple microvias definitions.
Attributes
Finished hole size.
Hole offset for the X axis.
Hole offset for the Y axis.
Hole parameters.
Via Hole parameters values.
Hole plating ratio.
Hole plating thickness.
Hole properties.
Hole rotation.
Hole type.
Hole material.
Padstack Definition Name.
Get all the vias that belongs to active Padstack definition.
Layers.
Starting layer.
Stopping layer.