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

schIsSplitSymbol

schIsSplitSymbol(
d_cvId
)
=> t / nil

Description

Tests if a specified cellview is a split symbol.

Arguments

d_cvId

The cellview ID of a symbol view.

Value Returned

t

The cellview is a split symbol.

nil

Test was unsuccessful.

Examples

Checks if the cellview lib bga s1 is a split symbol.

s1 = dbOpenCellViewByType("lib" "bga" "s1" "schematicSymbol" "r")
schIsSplitSymbol(s1)
=> t

Return to top
 ⠀
X