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

deGetRootViewTypeList

deGetRootViewTypeList( 
) 
=> l_rootViewTypes / nil

Description

Returns a list of root view types, which have an associated tool as specified in the tool registry.

Arguments

None

Value Returned

l_rootViewTypes

List of root view types, which have an associated tool as specified in the tool registry.

nil

No such root view type is found.

Examples

deGetRootViewTypeList()
=> 
("adexl" "Cdl" "schematic" "config" "Hspice" "modelwriter" "Spectre" "Spice" "text" "Vhdl" "VHDLAMSText" "physConfig" "text.v" "text.veriloga" "VerilogAMSText" "maskLayout" "schematic" "schematicSymbol")

To generate a list of view types that you can choose from the New File dialog box, use:

(mapcar 'deMapViewTypeToUserType (deGetRootViewTypeList))

Return to top
 ⠀
X