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
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
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
Return to top