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
Value Returned
|
List of all applications associated with the 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