Query_Lang-PCBFunctions_Fields_RuleCategoryRuleCategory_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all design rule objects whose Rule Category property complies with the Query.
Syntax Copy Link Copied
RuleCategory = Category_String
RuleCategory <> Category_String
Category_String
must be one of the strings from the following list:
- 'Electrical'
- 'High Speed'
- 'Manufacturing'
- 'Mask'
- 'Placement'
- 'Plane'
- 'Routing'
- 'Signal Integrity'
- 'SMT'
- 'Testpoint'
Example Usage Copy Link Copied
RuleCategory = '
Electrical'
Returns all design rule objects whose Rule Category property is Electrical.
RuleCategory <> '
High Speed'
Returns all objects except design rule objects whose Rule Category property is High Speed.
IsRule && RuleCategory
<> 'Signal Integrity'
Returns all design rule objects except those whose Rule Category property is Signal Integrity.
Tips Copy Link Copied
- The Rule Category property is only defined for design rule objects.
- The single quote characters (') at the start and end of
Category_String
are mandatory.