Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

almGetStringParameterList

almGetStringParameterList(
t_lib
t_cell
[ ?view g_view ]
[ ?tool g_tool ]
[ ?entry g_entry ]
)=> l_parameterList / nil

Description

Returns the list of string type parameters for the arguments specified. The parameter list is set with almSetStringParameterList.

Arguments

t_lib

Name of the library which the cell resides.

t_cell

Name of the cell.

?view g_view

Name of the view.

?tool g_tool

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.

?entry g_entry

Parameter entry. The default value is stringParameters.

Value Returned

l_parameterList

The list of parameter names, when defined.

nil

Indicates an error.

Example

almGetStringParameterList("analogLib" "vdc" ?tool "spectre" ?entry ’stringParameters)

Return to top
 ⠀
X