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

verifReloadAllRes

verifReloadAllRes(
g_sessionId
)
=> t / nil

Description

Reloads the simulation results for all implementations that have the Run check box unchecked. This is equivalent to clicking the Reload Simulation Results button on the Verifier toolbar.

Arguments

g_sessionId

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

Value Returned

t

All implementation simulation results are reloaded.

nil

Failed to reload all the implementation simulation results.

Examples

This example shows how to reload the simulation results for all implementations within the Verifier session.

uid = verifOpenCellView("test" "sample" "verifier")
=> 0
verifReloadAllRes(uid)
=> t

Related Topics

verifGetResultDataForImp

verifGetResultDataForReq

verifPublishHTML

Simulation and Results Extraction Functions


Return to top
 ⠀
X