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

verifIsValidSession

verifIsValidSession(
g_sessionId
)
=> t / nil

Description

Confirms if the given session is a valid ADE Verifier session.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

Value Returned

t

The specified session is a valid ADE Verifier session.

nil

The specified session is not a valid ADE Verifier session.

Examples

The following example shows how to use this function.

uid = verifOpenCellView("test" "new" "verifier")
=> 0
verifIsValidSession(uid)
=> t
verifIsValidSession("0")
=> t
verifIsValidSession(hiGetCurrentWindow())
=> t
verifIsValidSession(1)
=> nil

Related Topics

verifCloseSession

verifIsSessionModified

verifIsSessionReadOnly

verifSaveSession

verifSaveSessionAs

Verifier Session and Setup Functions


Return to top
 ⠀
X