Query_Lang-PCBFunctions_Fields_RuleCommentRuleComment_AD
利用できる機能は、Altium 製品のアクセスレベルによって異なります。Altium Designer ソフトウェア サブスクリプション の様々なレベルに含まれる機能と、Altium 365 プラットフォーム で提供されるアプリケーションを通じて提供される機能を比較してください。
ソフトウェアの機能が見つからない場合は、Altium の営業担当者に連絡して 詳細を確認してください。
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all design rule and objects whose Rule Comment property complies with the Query.
Syntax Copy Link Copied
RuleComment : String
The entered string must target the comment defined for a rule (e.g. 'This is an example clearance rule').
Example Usage Copy Link Copied
RuleComment = '
All fiducials masked on Paste Mask layers'
Returns all design rule objects whose Rule Comment property is All fiducials masked on Paste Mask layers.
RuleComment Like '*Clearance*'
Returns all design rule objects whose Rule Comment property contains the term Clearance
. For example, a clearance rule with Comment = Example Clearance Rule, and a component clearance rule with Comment = Example Component Clearance Rule, would both be returned using this expression.
RuleComment = ''
Returns all objects except design rule objects that have an entry for their Rule Comment property.
Tips Copy Link Copied
- The Rule Comment property is only defined for design rule objects.