maeGetResultTests
maeGetResultTests()
=> l_testNames / nil
Description
Returns a list of tests for the opened result.
Arguments
Value Returned
|
A list containing the name of tests is returned for the opened result. |
||
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