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

schIsSplitInst

schIsSplitInst(
d_instId
)
=> t / nil

Description

Tests if a specified instance is a split instance. An instance is a split instance if its master is a split symbol.

Arguments

d_instId

The schematic instance ID.

Value Returned

t

Confirmed that the instance is a split instance.

nil

Test was unsuccessful.

Examples

i0_s1 is an instance in a schematic. The following example checks if i0_s1 is a split instance.

schIsSplitSymbol(i0_s1->master)
=> t
schIsSplitInst(i0_s1)
=> t

Return to top
 ⠀
X