maeAddUndetectedFaultsFromHistoryToGroup
maeAddUndetectedFaultsFromHistoryToGroup([ ?sessiont_sessionName] [ ?faultGroupNamet_faultGroupName] [ ?historyNamet_historyName] )=>t / nil
Description
Adds the undetected faults from a history to the specified group in the active setup.
Arguments
Value Returned
|
If the group name or history is not found in the active setup. |
Example
The following example shows how to add undetected faults to a group:
maeAddUndetectedFaultsFromHistoryToGroup(?session maeSession ?faultGroupName "Group1" ?historyName "FaultSimulation.1.RO")
=> t
Related Topics
Return to top