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

almGetParameterList

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

Description

Returns the list of parameters for the arguments specified. The parameter list is set with almSetParameterList.

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 instParameters.

Value Returned

l_parameterList

The list of parameter names, when defined.

nil

Indicates an error.

Examples

almGetParameterList("analogLib" "vdc" ?tool "spectre" ?entry "instParameters")

Return to top
 ⠀
X