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

deGetAllViewTypes

deGetAllViewTypes( 
)
=> l_viewTypes / nil 

Description

Returns a list of all fully registered view types and view sub types. Any view sub type for which some parent has not been registered will not appear in this list.

Arguments

None

Value Returned

l_viewTypes

List of all fully registered view types.

nil

The function failed.

Examples

deGetAllViewTypes()

Returns ("graphic" "maskLayout" "schematic" "TimingAnalysis").


Return to top
 ⠀
X