Query_Lang-PCBFunctions_Fields_CavityHeightCavityHeight_AD
Created: 二月 29, 2016 | Updated: 八月 11, 2021
| Applies to versions: 16.0, 16.1, 17.0 and 17.1
您正在阅读的是 16.1. 版本。关于最新版本,请前往 Query_Lang-PCBFunctions_Fields_CavityHeight((CavityHeight))_AD 阅读 21 版本
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 definition.
- In the Region dialog, the Cavity Height property is called Height.