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

maeGetResultTests

maeGetResultTests()
=> l_testNames / nil

Description

Returns a list of tests for the opened result.

Arguments

None

Value Returned

l_testNames

A list containing the name of tests is returned for the opened result.

nil

The list of test names is not returned.

Examples

Returns the list of tests for the opened result Interactive.1.

;Load the result for history Interactive.1
maeOpenResults(?history "Interactive.1")
=> t
maeGetResultOutputs()
=> ("Current" "DCGain" "/OUTN" "?OUTP")
>
maeGetResultTests()
>("solutions:ampTest:1" "solutions:amptest:2")
>
maeCloseResults()
=> t

Return to top
 ⠀
X