Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ddMapGetViewTypeList

ddMapGetViewTypeList( 
) 
=> l_list 

Description

Returns a list of names of view types defined in the registry, in alphabetical order. If a data type in the registry has a dfII_viewType property defined, the value of that property will be in the list. Otherwise, the data type name will be in the list.

Arguments

None

Value Returned

l_list

A list of view type names.

Examples

ddMapGetViewTypeList( ) => ( "ConceptSchematic" ... "vhdl" )

Return to top
 ⠀
X