almGetStringParameterList
almGetStringParameterList(t_lib t_cell[ ?viewg_view] [ ?toolg_tool] [ ?entryg_entry] )=>l_parameterList/ nil
Description
Returns the list of string type parameters for the arguments specified. The parameter list is set with almSetStringParameterList.
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
Example
almGetStringParameterList("analogLib" "vdc" ?tool "spectre" ?entry ’stringParameters)
Return to top