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

maeGetResultOutputs

maeGetResultOutputs(
[ ?testName t_testName ]
)
=> l_outputNames / nil

Description

Returns the list of outputs for the opened result.

Arguments

?testName t_testName

Test for which the outputs are required. If not given, outputs for all the tests are returned.

Value Returned

l_outputNames

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

nil

The output names are not returned.

Examples

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

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

Return to top
 ⠀
X