This command returns a cell containing all elements in the circuit that have a certain property.
Syntax |
Description |
---|---|
findproperty (property, recursive); |
Returns a cell containing all elements in the circuit that have property ‘property’. 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