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

maeSaveFaultsRunCount

maeSaveFaultsRunCount(
[ ?session t_sessionName ]
[ ?faultsCount x_faultsCount ]
)
=> x_faultsCount

Description

Saves the faults count globally for further use. If a fault count already exists, it adds the provided value to the existing value. This is exclusive for the fault dropping flow.

Arguments

?session t_sessionName

Name of the session

Default: Current session

?faultsCount x_faultsCount

Number of faults to be saved.

Value Returned

x_faultsCount

Final faults count saved.

Examples

The following example explains how to save the fault counts:

maeSaveFaultsRunCount(?faultsCount 100)
=> 108

Related Topics

Checking Fault Detection Rate


Return to top
 ⠀
X