vias and padstacks ================== This section contains API references for padstack management. The main padstack object is called directly from main application using the property ``padstacks``. .. code:: python from pyedb import Edb edb = Edb(myedb, edbversion="2023.1") edb.padstacks.create_padstack( padstackname="SVIA", holediam="$via_hole_size", antipaddiam="$antipaddiam", paddiam="$paddiam", ) ... .. currentmodule:: pyedb.dotnet.edb_core.padstack .. autosummary:: :toctree: _autosummary :nosignatures: EdbPadstacks Instances and definitions ------------------------- These classes are the containers of data management for padstacks instances and padstack definitions. .. currentmodule:: pyedb.dotnet.edb_core.edb_data.padstacks_data .. autosummary:: :toctree: _autosummary :nosignatures: EDBPadProperties EDBPadstack EDBPadstackInstance