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

almGetPropMappingList

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

Description

Returns the propMapping parameter list for the arguments specified. The propMapping list is set with almSetPropMappingList.

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 "propMapping".

Value Returned

l_propMappingList

The list containing propMapping names, when defined.

nil

Indicates an error.

Example

almGetPropMappingList("analogLib" "vdc"  ?tool "spectre" ?entry "propMapping")

Return to top
 ⠀
X