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

geAskOverwriteMode

geAskOverwriteMode( 
d_cellviewId 
)
=> t / nil 

Description

Prompts the user to determine whether or not to overwrite the already open cellview.

Arguments

d_cellviewId

Database ID of the cellview.

Value Returned

t

The cellview is overwritten.

nil

The cellview is not overwritten.

Examples

Asks the user whether or not to overwrite the cellview cell3 when the cellview is already open.

geAskOverwriteMode( cell3 )

Related Topics

Utility Functions


Return to top
 ⠀
X