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.