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

maeGetNumberOfUndetectedFaultsFromHistory

maeGetNumberOfUndetectedFaultsFromHistory(
[ ?session t_sessionName ] 
[ ?historyName t_historyName ] 
)
=> l_UDFaults / nil

Description

Returns the list of undetected faults for the history provided.

Arguments

?session t_sessionName

Name of a session.

Default: Current session

?historyName t_historyName

History name for which list of undetected faults is to be retrieved.

Value Returned

l_UDFaults

List of undetected faults for the provided history name.

nil

No undetected faults present.

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

Checking Fault Detection Rate


Return to top
 ⠀
X