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

schSplitNumber

schSplitNumber(
)
=> string

Description

Used as an IL label on a split symbol. It provides the split index (starting from 1) to the instance on which the label is attached. When split instances are added to a schematic, it is useful to have a label on the instance that indicates the index of the split out of the total number splits for the device.

Arguments

None

Value Returned

string

Returns a string in the format x of y, where x is the split index and y is the total number of split masters for the component.

Examples

When there are five split symbols for a device, adding the first split, s1, the label will display 1 of 5.

schSplitNumber()

Return to top
 ⠀
X