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

ddMapGetFileTool

ddMapGetFileTool( 
b_fileObjId 
) 
=> t_fileTool / nil 

Description

Looks up the data format registered in the registry for b_fileObjId’s file name, and returns the tool name of the preferred editor (if there is one) or the default editor which is registered for that data format.

Arguments

b_fileObjId

The object file ID.

Value Returned

t_fileTool

File tool of the file, a permanent string.

nil

The file tool is not found.

Examples

vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMapGetFileTool( vf ) => "Composer-Schematic"

Return to top
 ⠀
X