maeMergeFaultHistories
maeMergeFaultHistories( [?sessiont_sessionName] [?historiesToMergel_historiesToMerge] [?finalHistoryNamet_finalHistoryName] [?logFilet_logFile] ) => t/ nil
Description
Merges fault histories into one.
Arguments
|
A file to print the logs of merging. The default file name is |
||
Value Returned
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
Return to top