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

maeCloseResults

maeCloseResults(
)
=> t / nil

Description

Closes the results opened by the maeOpenResults function.

Arguments

None

Value Returned

t

The results opened by the maeOpenResults function are closed.

nil

The results opened by the maeOpenResults function are not closed.

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

maeOpenResults


Return to top
 ⠀
X