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

cliIsDesignerMode

cliIsDesignerMode(
d_cellViewID
)
=> t / nil

Description

Checks whether the specified cellview is open in Concurrent Layout designer mode.

Arguments

d_cellviewID

Database ID of a cellview.

Value Returned

t

The specified cellview is open in designer mode.

nil

The specified cellview is not open in designer mode.

Examples

Confirms that the cellview cvId is open in designer mode.

cliIsDesignerMode(cvId)
=>t

Return to top
 ⠀
X