maeCloseResults
maeCloseResults( ) => t / nil
Description
Closes the results opened by the maeOpenResults function.
Arguments
Value Returned
|
The results opened by the |
||
|
The results opened by the |
||
Examples
Closes the result Interactive.1 opened by the maeOpenResults function.
; Load the results for that history
maeOpenResults(?history "Interactive.1")
=> t
; Get the ouput value
maeGetOutputValue("outputA" "solutions:amptest:1")
=> 2.2
;close the results
maeCloseResults()
=> t
Related Topics
Return to top