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
Value Returned
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