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

schClearConn

schClearConn( 
d_cvId
) 
=> t / nil

Description

Removes the schematic connectivity from a specified cellview to restart extraction using schExtractConn.

This function does the following:

Arguments

d_cvId

ID of the cellview that the schematic connectivity is to be cleared.

Value Returned

t

All schematic connectivity was successfully removed from the cellview.

nil

Failed to clear the schematic connectivity as the cellview is not a valid schematic or symbol cellview.

Examples

Removes the schematic connectivity from the current cellview.

cv = geGetEditCellView()
schClearConn(cv)

Related Topics

schExtractConn


Return to top
 ⠀
X