maePrintFaultDroppingStatistics
maePrintFaultDroppingStatistics( [?sessiont_sessionName] [?historiesNamel_historiesName] [?logFilet_logFile] ) => t
Description
Prints the formatted results obtained after execution of the fault dropping flow. It also writes the same to the log file in the current work directory. This is exclusive for the fault dropping flow.
Arguments
|
Name of the history containing final results post fault dropping flow is completed. |
||
|
Name of the log file to be written in the current work directory. The default file name is |
||
Value Returned
Examples
The following example explains how to print the formatted results:
maePrintFaultDroppingStatistics( ?historyName "Plan.2.Run.7" ?logFile "_faultDropping.logs")
=>
Fault Dropping : Sep 11 12:37:15 2020 : --------------Fault Dropping Run Summary----------------
Fault Dropping : Sep 11 12:37:15 2020 : Number of expected simulations to run was 12.
Fault Dropping : Sep 11 12:37:15 2020 : Number of simulations saved is 6.
Fault Dropping : Sep 11 12:37:15 2020 : Number of corners run in the setup is 0.
Fault Dropping : Sep 11 12:37:15 2020 : Cumulative coverage is 100.0.
Fault Dropping : Sep 11 12:37:15 2020 : Cumulative weighted coverage is 100.0.
Fault Dropping : Sep 11 12:37:15 2020 : Fault simulation has been run for all active tests. Results available in Plan.2.Run.7.
Fault Dropping : Sep 11 12:37:15 2020 : -----------Fault Dropping Run Flow Completed------------
t
Related Topics
Return to top