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

almSetStringParameterList

almSetStringParameterList(
t_lib
t_cell
l_parameter
[ ?view g_view ]
[ ?tool g_tool ]
[ ?entry g_entry ]
)

Description

Sets list of string parameter names for the arguments specified. These parameters are printed to the netlist if the user has given these values.

Arguments

t_lib

Name of the library in which the cell resides.

t_cell

Name of the cell.

l_parameter

List of parameter names. Each element must be a symbol.

?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 stringParameters.

Example

almSetStringParameterList( "analogLib" "vpwlf" ’(fileName) ?tool "spectre" ?entry ’stringParameters)


Return to top
 ⠀
X