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

verifVPlanExists

verifVPlanExists(
g_sessionId
t_fileName
)
=> t / nil

Description

Checks if the vPlan file exists and can be accessed by the vManager configured in the specified Verifier session.

Arguments

g_sessionId

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

t_fileName

vPlan file name.

Value Returned

t

Specified vPlan file exists and is available.

nil

Specified Verifier session does not contain vManager setup or the command is not successful.

Examples

The following example starts a Verifier session with vManager setup and checks for the vPlan file.

uid = verifOpenCellView("amsPLL" "TOP_verification" "verification")
INFO (VERIFIER-9008): Successfully downloaded from vm-verifier-team.8080 /tmp/myPlan.vplanx.
INFO (VERIFIER-8215): Started Verifier session '0'.
=>0
verifVPlanExists(uid "/tmp/myPlan.vplanx")
=>t
verifVPlanExists(uid "myPlan.vplanx")
=>nil

Related Topics

verifCreateVPlan

verifCreateVsifScript

verifDownloadFromVManager

verifGetVManager

verifGetVManagerProjects

verifSetVManager

Verifier-vManager Functions


Return to top
 ⠀
X