maeGetNumberOfUndetectedFaultsFromHistory
maeGetNumberOfUndetectedFaultsFromHistory( [?sessiont_sessionName] [?historyNamet_historyName] ) =>l_UDFaults/nil
Description
Returns the list of undetected faults for the history provided.
Arguments
|
History name for which list of undetected faults is to be retrieved. |
|
Value Returned
Example
The following example shows how to return the list of undetected faults:
maeGetNumberOfUndetectedFaultsFromHistory(?historyName "FaultSimulation.1")
=> ("ROT1_open_1" "ROT1_open_2" "ROT1_open_3" "ROT1_open_4")
Related Topics
Return to top