Query_Lang-PCBFunctions_Fields_CommentComment_AD
Created: August 02, 2022 | Updated: August 02, 2022
| Applies to version: 21
This document is no longer available beyond version 21. Information can now be found here: Comment for version 25
Parent page: PCB Query Functions - Fields
Summary
Returns all component objects whose Component Comment property complies with the Query.
Syntax
Comment : String
Example Usage
Comment = '100nF'
Returns all components that have a Component Comment of 100nF
.
Comment <> '100nF'
Returns all objects except component objects that have a Component Comment of 100nF
.
Tips
- The Component Comment property is only defined for component objects.
- The child objects of components returned by the Query are not returned.