get_hole_parameters#
- PadstackDefData.get_hole_parameters()#
Get the hole parameters of the padstack definition.
- Returns:
tuple
of (PadGeometryType
,list
ofValue
,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
).