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

ddMapGetFileViewType

ddMapGetFileViewType( 
b_fileObjId 
) 
=> t_viewType / nil 

Description

Returns the name of the view type associated with b_fileObjId.

Arguments

b_fileObjId

The object file ID.

Value Returned

t_viewType

The view type name.

nil

The view type is not found.

Examples

vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMapGetFileViewType( vf ) => "schematic"

Return to top
 ⠀
X