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

maeSensGetVars

maeSensGetVars(
[ ?session t_sessionName ] 
)
=> l_varNames / nil

Description

Returns a list containing the names of all enabled global variables, including Temperature, on the Sensitivity form for the Sensitivity Analysis run mode in the current or the specified maestro session.

Arguments

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

l_varNames

A list containing the names of enabled global variables.

nil

Indicates an error.

Examples

Returns the names of all global variables in the active setup.

maeSensGetVars()
=> ("temperature" "cload" "rload")

Return to top
 ⠀
X