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

verifGetVManager

verifGetVManager(
g_sessionId
[g_addDetails]
)
=> l_settings / nil

Description

Retrieves the vManager settings from the specified Verifier session.

Arguments

g_sessionId

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

g_addDetails

If enabled, the 'rootName' and 'versionSupported' will be shown up in the DPL. By default, only retrieve the basic settings: username, password, project, hostname, port, timeout, vPlan, enabled, version, configured, connected.

Value Returned

l_settings

DPL for the vManager settings in the specified Verifier session.

nil

vManager is not configured in the specified Verifier session.

Examples

The following example starts a Verifier session with vManager setup and retrieves the vManager settings.

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
verifGetVManager(uid)
(nil username "vmgr" password "***"
project "vmgr" hostname "vm-verifier-team" port
8080 timeout 30 vPlan "/tmp/myPlan.vplanx"
enabled t version "19.01-a001" configured
t connected t
)
verifGetVManager(uid t)
(nil versionSupported t rootName "APB_UART"
username "vmgr" password "***" project
"vmgr" hostname "vm-verifier-team" port 8080
timeout 30 vPlan "/tmp/myPlan.vplanx" enabled
t version "19.01-a001" configured t
connected t
)

Related Topics

verifGetVManagerProjects

verifIsVManagerConnected

verifIsVManagerEnabled

verifPostResultsToVManager

verifRemoveVManager

verifSetVManager

Verifier-vManager Functions


Return to top
 ⠀
X