Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

cliSave

cliSave(
d_cellViewID
)
=> t / nil

Description

Saves the changes made to the specified cellview. This function is equivalent to the dbSave function but can handle both Concurrent Layout and non-Concurrent Layout cellviews.

Arguments

d_cellViewID

Database ID of the cellview to be saved.

Value Returned

t

The specified cellview is saved.

nil

The specified cellview is not saved.

Examples

Saves the cellview cvId.

cliSave(cvId)
=> t

Related Topics

dbSave


Return to top
 ⠀
X