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

schDeleteIndex

schDeleteIndex( 
d_cvId 
)
=> t / nil

Description

Deletes an index schematic if there is one remaining sheet. Converts the remaining sheet into an ordinary schematic with the cell name of the index schematic and replaces any offsheet pins with schematic pins.

Arguments

d_cvId

Cellview ID of the index schematic to delete.

Value Returned

t

Deleted an index schematic if there is one remaining sheet.

nil

Deletion was unsuccessful.

Examples

Deletes the multisheet index and converts the remaining sheet into an ordinary schematic and converts any offsheet pins to schematic pins.

schDeleteIndex( cv )

Return to top
 ⠀
X