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

schGetSplitPrimaryInstTerm

schGetSplitPrimaryInstTerm(
d_splitInstTermId
)
=> d_instTerm / nil

Description

Returns the terminal of the split-primary instance that has the same terminal name as the specified split instance terminal.

Arguments

d_splitInstTermId

Split instance terminal ID.

Value Returned

d_instTerm

Returns the terminal of the split-primary instance.

nil

Returning the terminal was unsuccessful.

Examples

Returns the corresponding terminal from split-primary.

s1 = dbOpenCellViewByType("lib" "bga" "s1" "schematicSymbol" "r")
i0_s1 = schCreateInst(cvId s1 "I0" 0:1 "R0")
splitTerm = car(i0_s1->instTerms)
schGetSplitPrimaryInstTerm(splitTerm)

Return to top
 ⠀
X