Query_Lang-SCHFunctions_Fields_ParameterValueParameterValue_AD
Created: августа 02, 2022 | Updated: августа 02, 2022
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.