Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

rdbUnloadResults

rdbUnloadResults(
t_sessionName
t_resultsDir
)
=> t / nil

Description

Unloads the simulation results located at results directory from the Results Browser associated with the specified session.

It is recommended to unload results during the successive simulation runs to reduce resource consumption and remove clutter from the Results Browser.

Arguments

t_sessionName

Name of the session from which results are to be unloaded in the Results Browser.

Specify "unbound" if Virtuoso Visualization and Analysis XL is running in standalone mode and the Results Browser window is open.

t_resultsDir

Path to the simulation results.

Value Returned

t

Simulation results are successfully unloaded.

nil

Simulation results cannot be unloaded because of an error.

Examples

The following example unloads the simulation results of the specified results directory from the Results Browser associated with the session fnxSession0.

rdbUnloadResults("fnxSession0" "./simulation/opamp090/full_diff_opamp/maestro/results/maestro/Interactive.13/psf/TRAN/psf")

The following example unloads simulation results of the specified results directory from the Results Browser when Virtuoso Visualization and Analysis XL is open in standalone mode.

rdbUnloadResults("unbound" "/home/user/LoopFinder/simulation/lib/cell/maestro/results/maestro/ExplorerRun.0/1/test/psf")
=> t

Return to top
 ⠀
X