Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maePrintFaultDroppingStatistics

maePrintFaultDroppingStatistics(
[ ?session t_sessionName ] 
[ ?historiesName l_historiesName ] 
[ ?logFile t_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

?session t_sessionName

Name of the session

Default: Current session

?historiesName l_historiesName

Name of the history containing final results post fault dropping flow is completed.

?logFile t_logFile

Name of the log file to be written in the current work directory. The default file name is _faultDropping.logs.

Value Returned

t

Formatted results are printed.

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

Automatic Fault Dropping Using a Run Plan


Return to top
 ⠀
X