get_hole_parameters#
- PadstackDefData.get_hole_parameters()#
Get the hole parameters of the padstack definition.
- Returns:
tupleof (PadGeometryType,listofValue,Value,Value,Value)ortupleof (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).