Returns the values for the requested property. This will search selected annotations only within a schematic. There are optional filters for choosing elements with a particular property, or property and value combination, along with options to select a specific schematic.
Number | Type | Compulsory | Default | Description |
1 | string | Yes | Property name to retrieve values for | |
2 | string | No | Filter property name | |
3 | string | No | Filter property value | |
4 | real | No | Schematic handle |
The name of the property to return the values for.
If set, will only choose elements that have this property in them.
If set, will only choose elements that have the property stated by argument 2, with the value stated by this argument.
Handle to a particular schematic. If not set, uses the currently highlighted schematic.
Return type: string array
Returns the property values for all applicable properties. Each row of the resulting array will be a different element's property flag.
▲Function Summary▲ | ||
◄ PropValuesAll | PropValuesWires ▶ |