verifGetVManagerProjects
verifGetVManagerProjects(g_sessionId) =>l_projects/ nil
Description
Retrieves a list of projects from vManager server that are configured in the specified Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
|
List of projects from vManager that are configured in the specified Verifier session. |
|
|
vManager is not setup in the specified Verifier session or the command is not successful. |
Examples
The following example starts a Verifier session with vManager setup and gets the projects from vManager sever.
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
verifGetVManagerProjects(uid)
("vmgr")
Related Topics
Return to top