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

maeAddUndetectedFaultsFromHistoryToGroup

maeAddUndetectedFaultsFromHistoryToGroup(
[ ?session t_sessionName ]
[ ?faultGroupName t_faultGroupName ]
[ ?historyName t_historyName ]
)
=> t / nil

Description

Adds the undetected faults from a history to the specified group in the active setup.

Arguments

?session t_sessionName

Name of a session.

Default: Current session

?faultGroupName t_faultGroupName

Name of the fault group in which undetected faults are to be added. If a group is not found with the given name, a new group is created.

?historyName t_historyName

Name of the history from which undetected faults are to be extracted.

Value Returned

t

Undetected faults are added to the specified group.

nil

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

Checking Fault Detection Rate


Return to top
 ⠀
X