Query_Lang-PCBFunctions_Fields_ShowCommentShowComment_AD

您正在阅读的是 18.1. 版本。关于最新版本,请前往 Query_Lang-PCBFunctions_Fields_ShowComment((ShowComment))_AD 阅读 21 版本

Parent page: PCB Query Functions - Fields

Summary

Returns component objects whose Show Comment property complies with the Query.

Syntax

ShowComment : Boolean_String

Boolean_String must be either 'True' or 'False'.

Example Usage

ShowComment = 'True'
Returns all component objects whose Show Comment property is enabled.

ShowComment = 'False'
Returns all component objects whose Show Comment property is disabled.

ShowComment <> 'True'
Not (ShowComment = 'True')
Returns all objects except component objects whose Show Comment property is enabled.

ShowComment <> 'False'
Not (ShowComment = 'False')
Returns all objects except component objects whose Show Comment property is disabled.

Tips

  1. The Show Comment property is only defined for component objects.
  2. The child objects of components returned by the Query are not returned.

 

可用的功能取决于您的 Altium Designer 软件订阅级别