Query_Lang-PCBFunctions_Fields_HoleRotationHoleRotation_AD
This document is no longer available beyond version 21. Information can now be found here: HoleRotation for version 24
Parent page: PCB Query Functions - Fields
Summary
Returns all pad objects whose Hole Rotation property complies with the Query.
Syntax
HoleRotation : Numeric_String
HoleRotation : Number
Example Usage
HoleRotation = '30'
HoleRotation = 30
Returns all pad objects whose Hole Rotation property is 30.000.
HoleRotation <> '45'
HoleRotation <> 45
Returns all objects except pad objects whose Hole Rotation property is 45.000.
Tips
- The Hole Rotation property is only defined for pad objects.