Restricted
Created: October 31, 2018 | Updated: October 31, 2018
| Applies to versions: 18.0, 18.1, 19.0, 19.1, 20.0, 20.1 and 20.2
Now reading version 20.2. For the latest, read: Restricted for version 21
Parent page: PCB Query Functions - Fields
Summary
Returns all keepout objects whose Restricted for Layer property complies with the Query.
Syntax
Restricted = Layer_String
Restricted <> Layer_String
Example Usage
Restricted = 'TopLayer'
Returns all keepout objects on the TopLayer.
Restricted <> 'MidLayer1'
Returns all keepout objects except for those on the MidLayer1 layer.
Tips
- The single quote characters (') at the start and end of
Layer_String
are mandatory. - The Restricted for Layer property is only defined for keepout objects (arcs, fills, solid regions, and tracks).