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

almGetOtherParameterList

almGetOtherParameterList(
t_lib
t_cell
[ ?view g_view ]
[ ?tool t_tool ]
[ ?entry s_entry ]
)
=> l_parameterList / nil

Description

Returns the otherParameter list for the arguments specified. The otherParameter list is set with almSetOtherParameterList.

Arguments

t_lib

Name of the library in which the cell resides.

t_cell

Name of the cell.

?view g_view

Name of the view.

?tool g_tool

Name of the tool. This argument is ignored when the g_view argument is specified.

?entry g_entry

Parameter entry. The default value is "otherParameters".

Value Returned

l_parameterList

The list containing otherParameter names, when defined.

nil

Indicates an error.

Example

almGetOtherParameterList("analogLib" "vdc"  ?tool "spectre" ?entry "otherParameters")

Return to top
 ⠀
X