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

maeMergeFaultHistories

maeMergeFaultHistories(
[ ?session t_sessionName ] 
[ ?historiesToMerge l_historiesToMerge ] 
[ ?finalHistoryName t_finalHistoryName ] 
[ ?logFile t_logFile ] 
)
=> t/ nil

Description

Merges fault histories into one.

Arguments

?session t_sessionName

Name of the session

Default: Current session

?historiesToMerge l_historiesToMerge

List of histories that are to be merged.

?finalHistoryName t_finalHistoryName

History name in which all the histories are to be merged.

?logFile t_logFile

A file to print the logs of merging. The default file name is _faultDropping.logs.

Prints are disabled for now.

Value Returned

t

Fault histories are merged.

nil

Merging failed with a relevant error message.

Example

The following example shows how to merge fault histories:

maeMergeFaultHistories(?historiesToMerge '("Plan.0.Run.0" "Plan.0.Run.1" "Plan.0.Run.2" "Plan.0.Run.3") ?finalHistoryName "Plan.0.Run.3" ?logFile "_faultDropping.logs")
=> t

Related Topics

Checking Fault Detection Rate


Return to top
 ⠀
X