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

verifIsSessionReadOnly

verifIsSessionReadOnly(
g_sessionId
)
=> t / nil

Description

Determines if the given session is read-only.

Arguments

g_sessionId

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

Value Returned

t

The session is open read-only.

nil

The session is open for editing or does not exist.

Examples

The following example shows how to use this function.

sess = verifOpenCellView("test" "sample" "verifier" ?mode "r")
=> 1
verifIsSessionReadOnly(sess)
=> t
verifIsSessionReadOnly(99)
*WARNING* (VERIFIER-5004): verifIsSessionReadOnly - no such session: 99
=> nil

Related Topics

verifGetAllSessions

verifIsSessionModified

verifIsValidSession

verifSaveSession

verifSaveSessionAs

Verifier Session and Setup Functions


Return to top
 ⠀
X