verifDeleteRunSummaryData
verifDeleteRunSummaryData(g_sessionId[?implementationg_implementation] ) => t / nil
Description
Deletes run summary data for one or more implementations. If no implementation is specified, the run summary data is deleted for all implementations in the session.
Arguments
Value Returned
|
Run summary data was not deleted for one or more specified implementations. |
Examples
The following example starts a Verifier session with a cellview that has two implementations
uid = verifOpenCellView("test" "sample" "verifier")
=> 0
Deletes the run summary data files for the specified implementation.
verifDeleteRunSummaryData(uid ?implementation list(list("Two_Stage_Opamp" "OpAmp" "maestro_nominal" "Active") )) Verifier: Delete the run summary data files for implementation 'Two_Stage_Opamp/OpAmp/maestro_nomimal/Active' => t
Deletes the run summary data files for both implementations.
verifDeleteRunSummaryData(uid)
Verifier: Delete the run summary data files for both 'Two_Stage_Opamp/OpAmp/maestro_MC/Active' and 'Two_Stage_Opamp/OpAmp/maestro_nominal/Active' =>t
Related Topics
Simulation and Results Extraction Functions
Return to top