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

ddMapIsToolNameKnown

ddMapIsToolNameKnown( 
t_toolName 
) 
=> t / nil 

Description

Returns t if t_toolName is defined in the registry.

Arguments

t_toolName

Name of the tool in the registry.

Value Returned

t

The tool is known.

nil

The tool name is not found.

Examples

ddMapIsToolNameKnown( "Composer" ) => t 

Return to top
 ⠀
X