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

deGetAllApplicationNames

deGetAllApplicationNames( 
t_rootViewType 
) 
=> l_app / nil 

Description

Returns a list of all applications that can be associated with the given root view type.

Arguments

t_rootViewType

Root view type.

Value Returned

l_app

List of all applications associated with the root view type.

nil

No application name found for the given root view type.

Examples

The following example returns a list of all applications that can be associated with the root view type maskLayout.

deGetAllApplicationNames("maskLayout")
=>
("ADE Explorer" "ADE Assembler" "Dracula Interactive" "Layout Viewer""Layout XL" "Layout EXL" "Layout CE" "Other" "Parasitics"   "Pcell" "Spectre" "UltraSim" "Verilog-XL" "Voltage Storm")

Return to top
 ⠀
X