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

verifUploadToVManager

verifUploadToVManager(
g_sessionId
[g_waitUntilDone]
)
=> t / nil

Description

Uploads the Verifier data to the specified vPlan file using the vManager server.

Arguments

g_sessionId

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

g_waitUntilDone

Ensures that the specified Verifier session must wait for the upload to complete before proceeding further. This is enabled by default.

Value Returned

t

Data is uploaded to specified vPlan file through vManager server successfully.

nil

Command is not successful.

Examples

The following example starts a Verifier session with vManager setup and uploads data.

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

The data is uploaded to vManager from the specified Verifier session.

verifUploadToVManager(uid)
INFO (VERIFIER-9005): Uploading session to vm-verifier-team.8080 /tmp/myPlan.vplanx.
INFO (VERIFIER-9006): Successfully uploaded session to vm-verifier-team.8080 /tmp/myPlan.vplanx.
=> t

Related Topics

verifDownloadFromVManager

verifGetVManager

verifGetVManagerProjects

verifPostResultsToVManager

verifSetVManager

Verifier-vManager Functions


Return to top
 ⠀
X