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

maeSensGetVar

maeSensGetVar(
t_varName
[ ?session t_sessionName ] 
)
=> l_varDetails / nil

Description

Returns a list of valid values and the nominal value for the specified global variable from the Sensitivity form for sensitivity analysis in the current or the specified maestro session.

Arguments

t_varName

Name of the global variable.

For example, "temperature" returns the values set for the Temperature setting.

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

l_varDetails

A list containing the following items:

  • Valid values for the given variable
  • The nominal value specified for the given variable

nil

Indicates an error.

Examples

Returns the value set for Temperature and the variable rload.

maeSensGetVar("temperature")
=> ("-40 70 20" "20")
maeSensGetVar("rload")
=> ("1K 2K" "1K")

Return to top
 ⠀
X