Query_Lang-PCBFunctions_AttributeChecks_IsKeepOutIsKeepOut_AD
Created: 九月 11, 2015 | Updated: 八月 09, 2021
| Applies to versions: 15.1, 16.0, 16.1, 17.0 and 17.1
您正在阅读的是 17.0. 版本。关于最新版本,请前往 Query_Lang-PCBFunctions_AttributeChecks_IsKeepOut((IsKeepOut))_AD 阅读 21 版本
Parent page: PCB Query Functions - Attribute Checks
Summary
Returns all objects placed on the Keep-Out Layer, as well as arc, fill, solid region, and track objects whose Keepout property is enabled.
Syntax
IsKeepOut : Boolean/Boolean_String
Example Usage
IsKeepOut
IsKeepOut = True
IsKeepOut = 'True'
Returns all objects placed on the Keep-Out Layer, as well as arc, fill, solid region, and track objects whose Keepout property is enabled.
Not IsKeepOut
IsKeepOut = False
IsKeepOut = 'False'
Returns all objects except objects placed on the Keep-Out Layer, and arc, fill, solid region, and track objects whose Keepout property is enabled.