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

verifIsSessionModified

verifIsSessionModified(
g_sessionId
)
=> t / nil

Description

Checks whether the setup has been modified after the last time it was saved in the given 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 setup of the specified session has been modified after the last time it was saved.

nil

The specified session does not exist, or the setup of the specified session has not been modified after the last time it was saved.

Examples

The following example shows how to use this function.

uid = verifOpenCellView("test" "new" "verifier")
=> 0
verifIsSessionModified(uid) => nil

Adds a new requirement

verifAddReq(uid "MyReq")
=> "3300663f-d165-4796-8518-b103cb7490d2"
verifIsSessionModified(uid) => t

Related Topics

verifCloseSession

verifGetCellViewSession

verifGetSessionCellView

verifIsSessionReadOnly

verifIsValidSession

verifSaveSession

Verifier Session and Setup Functions


Return to top
 ⠀
X