maeGetResultOutputs
maeGetResultOutputs( [ ?testNamet_testName] ) =>l_outputNames/ nil
Description
Returns the list of outputs for the opened result.
Arguments
|
Test for which the outputs are required. If not given, outputs for all the tests are returned. |
||
Value Returned
|
A list containing the name of outputs for the opened result is 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