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
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
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
Simulation and Results Extraction Functions
Return to top