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

techSetTechLibName

techSetTechLibName( 
g_ID
t_libName 
) 
=> t / nil

Description

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

Use this function only to update an existing techLib property. Use techBindTechFile to create the techLib and techFile properties.

Arguments

g_ID

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

t_libName

The name of the DFII library containing the technology database you want to use.

Value Returned

t

The techLib property is updated.

nil

The library does not exist.

Example

techSetTechLibName(libId "techLibName") 
=> t

Updates the techLib property for the library identified bylibID.


Return to top
 ⠀
X