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

almSetPropMappingList

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

Description

Sets the list of propMapping for the arguments specified.The parameters specified in the l_parameter list are mapped and printed to the netlist if the user has specified 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 s_entry

Parameter entry. The default value is "propMapping".

Example

almSetPropMappingList("analogLib" "mind" ’(nil coupling K1) ?tool "spectre" ?entry "propMapping")

Return to top
 ⠀
X