Skip to main content
Ctrl+K
PyEDB-Core - Home PyEDB-Core - Home
  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
Ctrl+K
  • GitHub
  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
Ctrl+K
  • GitHub
  • Database
  • Definition
    • ApdBondwireDef
    • BondwireDef
    • ComponentDef
    • ComponentModel
    • ComponentPin
    • DatasetDef
    • DebyeModel
    • DieProperty
    • DielectricMaterialModel
    • DjordjecvicSarkarModel
    • DynamicLinkComponentModel
    • Jedec4BondwireDef
    • Jedec5BondwireDef
    • MaterialDef
    • MaterialPropertyThermalModifier
    • MultipoleDebyeModel
    • NPortComponentModel
    • PackageDef
    • PadstackDef
    • PadstackDefData
      • add_layers
      • create
      • get_connection_pt
      • get_hole_parameters
      • get_pad_parameters
      • set_connection_pt
      • set_hole_parameters
      • set_pad_parameters
      • hole_range
      • id
      • is_null
      • layer_ids
      • layer_names
      • material
      • msg
      • plating_percentage
      • solder_ball_material
      • solder_ball_param
      • solder_ball_placement
      • solder_ball_shape
    • SolderBallProperty
    • ComponentProperty
    • ICComponentProperty
    • IOComponentProperty
    • RLCComponentProperty
    • PortProperty
    • DefinitionObjType
    • BondwireDefType
    • MaterialProperty
    • PadType
    • PadGeometryType
    • PadstackHoleRange
    • SolderballShape
    • SolderballPlacement
    • ConnectionPtDirection
    • DieType
    • DieOrientation
    • DielectricMaterialModelType
    • ComponentModelType
  • Geometry
  • Hierarchy
  • Layers
  • Layout
  • Layout instance
  • Nets
  • Primitives
  • Session
  • Simulation setup
  • Terminals
  • Utility
  • Release notes
  • Glossary
  • PyAnsys
  • API reference
  • Definition
  • PadstackDefData
  • get_hole_parameters

get_hole_parameters#

PadstackDefData.get_hole_parameters()#

Get the hole parameters of the padstack definition.

Returns:
tuple of (PadGeometryType, list of Value, Value, Value, Value) or tuple of (PolygonData, Value, Value, Value)
  • The tuple is in this format for non-polygonal hole geometry: (pad_type, Pad Geometry Parameters, offset_x, offset_y, rotation).

  • For polygonal hole geometry, the tuple is in this format: (poly, offset_x, offset_y, rotation).

On this page
  • PadstackDefData.get_hole_parameters()
Edit on GitHub
  • Show Source

© Copyright (c) 2025 ANSYS, Inc. All rights reserved.

Created using Sphinx 7.2.6.

Built with the Ansys Sphinx Theme 1.5.3.
Last updated on