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

almGetViewInfoNameList

almGetViewInfoNameList(
t_lib 
t_cell
) 
=> l_view_list / nil

Description

Returns the list of view-name strings for which view-specific information is available, and for which the view exists.

Arguments

t_lib

Name of the library in which the cell resides.

t_cell

Name of the cell.

Value Returned

l_view_list

A list of strings which are the names of the views that have view-specific information.

nil

If no views have view-specific information.

Example

almGetViewInfoNameList( "rfLib" "balun" )

Return to top
 ⠀
X