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

asiGetTopCellView

asiGetTopCellView( 
o_session
)
=> d_cellView / nil

Description

Returns the top-level cellview associated with the session.

Arguments

o_session

Session object.

Value Returned

d_cellView

Returns the top-level cellview.

nil

There is an error.

Example

cv = asiGetTopCellView( session )
lib = cv~>libName
cell = cv~>cellName
view = cv~>viewName

Returns the library, cell, and view names.


Return to top
 ⠀
X