This command returns a cell containing all elements in the circuit that have a certain property with a certain value.
Syntax |
Description |
---|---|
findpropertyvalue (property, value, recursive); |
Returns a cell containing all elements in the circuit that have property ‘property’ with value ‘value’, if recursive is true, it will return a flat list (hierarchical) with all the elements in the current scope. The default value for recursive is false. |
See Also