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

ddMapGetToolNameViewType

ddMapGetToolNameViewType( 
t_toolName 
) 
=> t_viewTypeName / nil 

Description

Returns the name of the first view type in the registry which is associated with t_toolName.

Arguments

t_toolName

Name of the tool from the registry.

Value Returned

t_viewTypeName

The view type name.

nil

The view type is not found.

Examples

ddMapGetToolNameViewType( "Composer-Schematic" ) 
=> "schematic"

Return to top
 ⠀
X