Query_Lang-PCBFunctions_Fields_RuleScope1RuleScope1_AD
This document is no longer available beyond version 21. Information can now be found here: RuleScope1 for version 25
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all design rule and violation objects whose Scope 1 property complies with the Query.
Syntax Copy Link Copied
RuleScope1 : String
The entered string must target the scope defined for the rule (e.g. 'All').
Example Usage Copy Link Copied
RuleScope1 = '
All'
Returns all design rule and violation objects whose Scope 1 property is All.
RuleScope1 = '
InNet(''D7'')'
Returns all design rule and violation objects whose Scope 1 property is InNet('D7').
RuleScope1 Like 'InNet(''???'')'
Returns all design rule and violation objects whose Scope 1 property is InNet('???'). The string of the associated net needs to consist of exactly three characters, with examples of compliant Scope 1 properties being InNet('GND') and InNet('VCC').
Tips Copy Link Copied
- The Scope 1 property is only defined for design rule and violation objects.