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

verifGetAllSessions

verifGetAllSessions(
)
=> l_ids / nil

Description

Returns a list of all the open Verifier session IDs.

Arguments

None

Value Returned

l_ids

List of integers, string numbers, or windows specifying the Verifier session IDs.

nil

Failed to find any open sessions.

Examples

The following example opens a Verifier cellview and returns all open session IDs.

sess = verifOpenCellView("test" "setup" "verifier")
=> 0
verifGetAllSessions()
=> (0)

Related Topics

verifCloseSession

verifGetAllSessions

verifGetCellViewSession

verifGetSessionCellView

verifIsValidSession

verifSaveSession

Verifier Session and Setup Functions


Return to top
 ⠀
X