Query_Lang-PCBFunctions_Fields_CavityHeightCavityHeight_AD
Created: 3月 24, 2017 | Updated: 3月 06, 2024
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
現在、バージョン 3.0. をご覧頂いています。最新情報については、バージョン CavityHeight の 5 をご覧ください。
Parent page: PCB Query Functions - Fields
Summary
Returns all region objects whose Cavity Height property complies with the Query.
Syntax
CavityHeight : Numeric_String
Example Usage
CavityHeight = '70'
Returns all region objects whose Cavity Height property is equal to 70.
CavityHeight Between '200' And '400'
Returns all region objects whose Cavity Height property is greater than or equal to 200 and less than or equal to 400.
CavityHeight >= '100'
Returns all region objects whose Cavity Height property is greater than or equal to 100.
CavityHeight <> '120'
Returns all objects except region objects whose Cavity Height property is equal to 120.
Tips
- The Cavity Height property is only defined for region objects, and is only meaningful for regions whose Kind property has been set to Cavity.