aelSumOPParam
aelSumOPParam(instName simParam[labelParam] [resName] ) =>integer/ nil
Description
Returns a number which is the result of adding the values of the parameters specified by instName.
The argument instName can be a schematic name which maps to multiple m-factor devices, one device, or a specific extracted name which allows you to display specific m-factor devices values.
To do this, aelSumOPParam creates a list with all 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. This param can be any of the simulation parameters.
To know more about the function definition, see
Arguments
Value Returned
|
A number which is the result of adding all of the simParam available in the specified instName. |
|
Related Topics
Parasitic Aware Design Functions
Return to top