maeSwitchActiveFaultGroupForCurrentRun
maeSwitchActiveFaultGroupForCurrentRun(
t_historyName
)
=> t / nil
Description
Sets the fault group to run for the current run in run plan. This is exclusive to the fault dropping flow.
Arguments
Value Returned
|
Fault group to run couldn't be set with a relevant error message. |
||
Examples
The following example explains how to set the fault group to run for the current run:
maeSwitchActiveFaultGroupForCurrentRun("Plan.0.Run.2")
=> t
Related Topics
Return to top