Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbDisableCellViewCounter

dbDisableCellViewCounter( 
d_cellViewId
) 
=> t / nil

Description

Disables updates to the modifiedCounter attribute of the cellview.

If the dbSave command is called after you disable updates to the modifiedCounter attribute, it will again enable updates to the attribute. Therefore, the dbSave command must be called after performing all the required modifications to the attribute. In case you have called dbSave to make further edits, ensure to use the dbDisableCellViewCounter(cv) command to disable the modifiedCounter attribute.

Use this approach if you are making only cosmetic changes to the symbol, and does not require any connectivity-related updates to the schematic.

Do not use this approach when,

because it generates an inconsistent schematic design that requires connectivity-related updates but is not flagged by the tool.

Arguments

d_cellViewId

The database ID of the cellview.

Value Returned

t

The updates were disabled.

nil

The cellview ID is invalid.

Examples

dbDisableCellViewCounter(cv)

Related Topics

dbSave

Counter Functions


Return to top
 ⠀
X