verifGetSessionCellView
verifGetSessionCellView(g_sessionId) =>l_libCellView/ nil
Description
Returns the cellview name for the specified session.
Argument
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
|
A list containing the library, cell and view for the specified session. |
|
Examples
The following example retrieves the library, cell, and view of a newly opened Verifier session.
sessionId = verifOpenCellView("test" "setup" "verifier")
=> 1
verifGetSessionCellView(sessionId)
("test" "setup" "verifier")
Related Topics
Verifier Session and Setup Functions
Return to top