almGetParameterList
almGetParameterList(t_lib t_cell[ ?viewg_view] [ ?toolg_tool] [ ?entryg_entry] ) =>l_parameterList/ nil
Description
Returns the list of parameters for the arguments specified. The parameter list is set with almSetParameterList.
Arguments
|
Name of the tool. If the g_view argument has been specified, and any view-specific information is available for this view, the g_tool argument is ignored. |
|
Value Returned
Examples
almGetParameterList("analogLib" "vdc" ?tool "spectre" ?entry "instParameters")
Return to top