Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techDeleteTechLibName

techDeleteTechLibName( 
g_ID
) 
=> t / nil

Description

Deletes the techLib property for the specified DFII library. This property is one of two that attach a library to a technology database.

DFII applications cannot display a cellview without a technology database. If you delete part of the technology database binding, DFII uses the default technology database your_install_dir/tools/dfII/etc/cdsDefTechLib/tech.db.

Arguments

g_ID

The design data identifier for the library. To get the design data identifier, use ddGetObj. For more information about design data identifiers and ddGetObj, see Virtuoso Studio Design Environment SKILL Reference.

Value Returned

t

The techLib property is deleted.

nil

The library does not exist.

Example

techDeleteTechLibName(ddGetObj("libName"))
=> t

Deletes the techLib property for the library identified by the design data identifier obtained by ddGetObj("libName").


Return to top
 ⠀
X