Query_Lang-SCHFunctions_Fields_DescriptionDescription_AD
Created: August 28, 2015 | Updated: August 13, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Now reading version 3.1. For the latest, read: Query_Lang-SCHFunctions_Fields_Description((Description))_AD for version 4
Parent page: Schematic Query Functions - Fields
Summary
Returns all part and pin objects whose Description property complies with the Query.
Syntax
Description : String
Example Usage
Description = 'TTL-RS232 DRIVER'
Returns all part and pin objects whose Description property is TTL-RS232 DRIVER
.
Description Like '*RS485*'
Returns all part and pin objects whose Description property includes RS485
.
Tips
- The Description property is only defined for part and pin objects.