GetInstsAtPoint Function

Functions finds the instances with pins at a specified point and returns a string array to identify them. The return value is a string array of length 2 times the number of pins at the specified point. The first value in each pair is the value of the property identified in argument 2. The second value is the pin number (also referred to as the netlist order ).

Arguments

Number Type Compulsory Default Description
1 real array Yes Instance pin location
2 string Yes Property name
3 real No -1 Schematic ID

Argument 1

specifies the pin location and is the value returned from the GetInstancePinLocs with the 'absolute' option specified.

Argument 3

Schematic ID as returned by OpenSchematic . This makes it possible to apply this function to any schematic and not just the one that is currently displayed. See OpenSchematic for more details.

Returns

Return type: string array