Query_Lang-SCHFunctions_Fields_ParameterValueParameterValue_AD
This document is no longer available beyond version 21. Information can now be found here: ParameterValue for version 25
Parent page: Schematic Query Functions - Fields
Summary
Returns all parameter objects whose Value property complies with the Query.
Syntax
ParameterValue : String
Example Usage
ParameterValue = '100nF'
Returns all parameter objects whose Value property is 100nF
.
ParameterValue Like '*nF'
Returns all parameter objects whose Value property ends with nF
.
Tips
- The Value property is only defined for parameter objects.