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

maeSensGetParameter

maeSensGetParameter(
t_parameterName
[ ?session t_sessionName ] 
)
=> l_paramDetails / nil

Description

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

Arguments

t_parameterName

Name of the parameter. The parameter name must contain at least five non-empty string values, each separated by a / in the following format:

library-name/cell-name/view-name/instance-name/property-name

For hierarchical parameters, specify the hierarchical path in instance-name. For example, mylib/mycell/view1/instance0/instance1/instance2/length.

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

l_paramDetails

A list containing the following two items is returned.

  • A list of valid values for the given parameter
  • The nominal value specified for the given parameter

nil

Indicates an error.

Examples

Returns the values set for the given parameter.

maeSensGetParameter("minimal/cm/schematic/NM0/fw")
=> ("120n:10n:400n" "120n")

Return to top
 ⠀
X