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

opcReleaseSet

opcReleaseSet( 
d_cellview
)
=> t / nil

Description

Removes from cache the sets contained in the specified cellview, but retains them on the hard disk. The function is intended to release memory when critical operations need to be run.

Arguments

d_cellview

Name of the cellview containing the sets to be released.

Value Returned

t

Sets were released successfully.

nil

Failed to release the sets.

Examples

cv = geGetEditCellView()
opcReleaseSet(cv)

Return to top
 ⠀
X