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.
To know more about the function definition, see
Arguments
Value Returned
Related Topics
Parasitic Aware Design Functions
Return to top