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

cliIsManagerMode

cliIsManagerMode(
d_cellViewID
)
=> t / nil

Description

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

Arguments

d_cellViewID

Database ID of a cellview.

Value Returned

t

The specified cellview is open in manager mode.

nil

The specified cellview is not open in manager mode.

Examples

Confirms that the cellview cvId is open in manager mode.

cliIsManagerMode(cvId)
=> t

Return to top
 ⠀
X