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

ddMapIsToolLegal

ddMapIsToolLegal( 
b_fileObjId 
t_toolName 
) 
=> t / nil 

Description

Returns t if t_toolName is either the preferred editor or the default editor for b_fileObjId.

Arguments

b_fileObjId

The object file ID.

t_toolName

The tool name in the registry.

Value Returned

t

t_toolName is either the preferred editor or the default editor for b_fileObjId.

nil

The tool is not one of the tools specified for b_fileObjId.

Examples

vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMapIsToolLegal( vf "Virtuoso" ) => nil

Return to top
 ⠀
X