Working with the Permitted Layers Design Rule on a PCB in Altium Designer
Created: 九月 19, 2016 | Updated: 四月 11, 2017
| Applies to versions: 17.0 and 17.1
您正在阅读的是 17.1. 版本。关于最新版本,请前往 Working with the Permitted Layers Design Rule on a PCB in Altium Designer 阅读 21 版本
Rule category: Placement
Rule classification: Unary
Summary
This rule specifies which layers components can be placed on.
Constraints
- Permitted Layers– the layers permitted to be used when placing components. The following layer options are available:
- Top Layer – allow component placement on the top layer.
- Bottom Layer – allow component placement on the bottom layer.
How Duplicate Rule Contentions are Resolved
All rules are resolved by the priority setting. The system goes through the rules from highest to lowest priority and picks the first one whose scope expression matches the object(s) being checked.
Rule Application
Batch DRC.
Tips
- The rule acts as a test when performing a Batch DRC, to ensure components - targeted by the query expression of the rule's scope - are being placed only on a permitted layer. Parameters specified for components on the schematic, and that have been brought across into footprints on the PCB, can be used to great effect for this very purpose. For example, to check that components that do not support wave soldering are not placed on the bottom layer, a rule of this type can be defined. If we consider a component parameter, SupportsWaveSolder, has been defined for components and brought across as parameters of the footprints in the PCB, then the rule scope might be:
CompParameterValue('SupportsWaveSolder') <> 'Yes'
and only the Top Layer constraint would be permitted, with the Bottom Layer constraint disabled.