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

maeSensSetVar

maeSensSetVar(
t_varName
g_varValue
[ ?nominalValue g_nominalValue ] 
[ ?session t_sessionName ] 
)
=> t / nil

Description

Adds a global variable to the run options for the Sensitivity analysis run mode in the current or the specified maestro session. If a global variable already exists with the specified name, its value is updated. You can also use this function to change the value of Temperature.

Arguments

t_varName

Name of the global variable or "temperature".

g_varValue

Value range for the variable or Temperature.

?nominalValue g_nominalValue

Specifies the nominal value.

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

The variable is set successfully to the run options for the Sensitivity analysis run mode.

nil

Indicates an error.

Examples

Set the values for global variables rload and vdd.

maeSensSetVar("rload" "50 70")
=> t
maeSensSetVar("vdd" "1 2 3" ?nominalValue "1") => t

Return to top
 ⠀
X