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

sumOPParamV2

sumOPParamV2(
instName
simParam
[ labelParam ]
[ resName ]
)
=> integer / nil

Description

Returns a number which is the result of adding the values of the parameters specified by instName.

This method is not provided, therefore, you will have to introduce it by copying and pasting the code. This function does effectively the same as aelSumOPParam, but differs in the following:

The know more about the function definition, see sumOPParamV2.

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 string that is the label parameter defined by opParamList. For example, 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

integer

A number which is the result of adding all of the simParam available in the specified instName.

nil

The instance has failed to map.

Related Topics

Parasitic Aware Design Functions

Specifying Parameters to be Displayed

aelSumOPParam


Return to top
 ⠀
X