Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schInhConFind

schInhConFind( 
w_windowId
[ d_inst ]
)
=> l_inhConList

Description

Given a windowId and an optional list of instances (or all instances in the window if none are explicitly specified), will return a list of inherited connections eligible for override beneath these instances.

Each inherited connection in the list is represented by a DPL (disembodied property list) with the following fields:

Arguments

w_windowID

Window where the function runs. If not specified, the current window is used.

[ d_inst ]

Optional list of instances whose eligible inheritance connection details you want to return.

Value Returned

l_inhConList

DPL list of each returned inherited connection.

Examples

schInhConFind(hiGetCurrentWindow())
=> 
((nil name POWER default pwr! value pwr! inst db:12345678)
(nil name GROUND default gnd! value gnd! inst db:12345678))

Return to top
 ⠀
X