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

schIsSplitPrimarySymbol

schIsSplitPrimarySymbol(
d_cvId
)
=> t / nil

Description

Tests if a specified cellview is a split-primary symbol.

Arguments

d_cvId

The cellview ID of a symbol view.

Value Returned

t

The cellview is a split-primary symbol.

nil

Test was unsuccessful.

Examples

Checks if the cellview lib bga symbol is a split-primary symbol.

sym = dbOpenCellViewByType("lib" "bga" "symbol" "schematicSymbol" "r")
schIsSplitPrimarySymbol(sym)
=> t

Return to top
 ⠀
X