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

ddMarkObjMaster

ddMarkObjMaster( 
b_objId 
) 
=> t / nil 

Description

Changes the master.tag file to designate the object as the new master. The master.tag file must be located with the file it designates, so you must be able to write a file to mark it master. The master.tag file is checked out of the Design Management system, if necessary.

This function returns an error if b_objId exists only in the library’s temporary directory. Objects in a temporary directory are derived data and cannot be marked as master.

Arguments

b_objId

ID of the object, which must be a viewFileType object.

Value Returned

t

The master.tag file was changed.

nil

The master.tag file could not be changed.

Examples

vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMarkObjMaster( vf ) => t

Return to top
 ⠀
X