Product Documentation
Virtuoso Parasitic Aware Design SKILL Reference
Product Version IC23.1, June 2023

aelDisplayOPParam

aelDisplayOPParam(
instName
simParam
[ labelParam ]
[ resName ]
)
=> string_list / nil

Description

Returns a string list whose elements are the simParam of each of the instances being processed.

The instances being processed depend on the given instName. The function creates a list with all of the instances being considered. The instance may be a schematic instance (the result of inst()), or an extracted instance (for example “/I0/M0_1_qrc”).

If a schematic instance is given in out-of-context, then the mapped extracted instances are considered, for example if inst() is given, the instances considered could be ("/I0/M0" "/I0/M0_1_qrc" "/I0/M0_2_qrc" "/I0/M0_2_qrc" "I0/M0_3_qrc" "I0/M0_4_qrc").

Once the list is created, the param specified for each instance is added to the return list. This simParam can be any of the simulation parameters.

The default is id.

To know more about the function definition, see aelDisplayOPParam.

Arguments

instName

A string that can be a schematic instance, the result of the method inst(), or an extracted instance name.

simParam

Any simulation parameter, for example, id.

labelParam

A parameter required when the name of the label parameter defined by opParamExprList is different than the simulation parameter being processed. For example, if the label parameter is mFactorF and the simulation parameter being processed is id, then labelParam must be given with the value mFactorF.

resName

A string used to select the type of results from a particular analysis, for example dcOpInfo-info. The type of results available can be obtained using the following command.

results(?noAlias t) 

As a default, this input is set to the current type of results.

Value Returned

string_list

A string with a list of comma-separated numbers.

nil

The instance failed to map.

Related Topics

Parasitic Aware Design Functions

Specifying Parameters to be Displayed


Return to top
 ⠀
X