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:
-
sumOPParamV2requires that the label parameter name is different than the processed simulator name. For example, it does not allow you to have a label parameter nameidprocessing the simulator parameterid. -
Using this method is approximately 50% faster than using
aelSumOPParam.
The 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