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

cliIsCVType

cliIsCVType(
t_libName
t_cellName
t_viewName
)
=> t / nil

Description

Checks whether the cellview specified by library, cell, and view is a Concurrent Layout cellview. A Concurrent Layout cellview can be a top cellview initialized for Concurrent Layout editing, a Concurrent Layout design partition view, or a Concurrent Layout scratch cellview.

Arguments

t_libName

Name of a library.

t_cellName

Name of a cell.

t_viewName

Name of a view.

Value Returned

t

The specified cellview is a Concurrent Layout cellview.

nil

The specified cellview is not related to Concurrent Layout.

Examples

Confirms that the cellview with library myLib, cell myCell, and view myView is a Concurrent Layout cellview.

cliIsCVType("myLib" "myCell" "myView")
=>t

Return to top
 ⠀
X