verifDownloadFromVManager
verifDownloadFromVManager(g_sessionId?g_waitUntilDonewaitUntilDone?t_actionaction) => t / nil
Description
Downloads the data from specified vPlan file through vManager server.
Arguments
Value Returned
|
The data is downloaded from the specified vPlan file through vManager server successfully. |
|
Examples
The following example starts a Verifier session with vManager setup and downloads data.
uid = verifOpenCellView("amsPLL" "TOP_verification" "verification")
INFO (VERIFIER-9008): Successfully downloaded from vm-verifier-team.8080 APB_UART_noref.vplanx.
INFO (VERIFIER-8215): Started Verifier session '0'.
=> 0
The vPlan file is modified and the data is downloaded.
verifDownloadFromVManager(uid)
INFO (VERIFIER-9008): Successfully downloaded from vm-verifier-team.8080 APB_UART_noref.vplanx.
=> t
Related Topics
Return to top