Main Content

adeSet

Set simulation parameters and variables in Cadence ADE Maestro

Since R2023b

Description

adeSet(paramName='name',paramValue='value') sets the parameter paramName to the value specified by paramValue in Cadence®.

adeSet(varName='name',varValue='value') sets the global variable varName to the value specified by varValue in Cadence.

adeSet(varName='name',varValue='value',testName='test') sets the local variable varName in the testName test to the value specified by varValue in Cadence.

Input Arguments

collapse all

Name-Value Arguments

Specify optional pairs of arguments as Name1=Value1,...,NameN=ValueN, where Name is the argument name and Value is the corresponding value. Name-value arguments must appear after other arguments, but the order of the pairs does not matter.

Before R2021a, use commas to separate each name and value, and enclose Name in quotes.

Example: adeSet(varName='M20W',varValue=[0:-0.1:10]) sets the value of the global Maestro variable 'M20W' to [0:-0.1:10] in Cadence.

Name of the parameter to be modified in the Cadence ADE Maestro view.

Parameter names must contain at least five non-empty words each separated by a /, which represents the library/cell/view/instance/property in Cadence.

Value of the parameter in the Cadence ADE Maestro view, specified as a scalar or vector.

Name of the local or global variable to be modified in the Cadence ADE Maestro view. If you specify a testName, varName is a local variable in that particular test. Otherwise, varName is a global variable.

If you specify a varName that does not exist in the Maestro view, the function creates a new variable for you.

Value of the local or global variable in the Cadence ADE Maestro view, specified as a scalar or vector.

Test name to specify the local variable in the Cadence ADE Maestro view.

Version History

Introduced in R2023b