IsKeepOut
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.