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

techDeleteTechFile

techDeleteTechFile( 
d_techID 
) 
=> t / nil

Description

Deletes a technology database. This function is useful for deleting redundant technology data from design libraries that have been updated to share technology databases.

Arguments

d_techID

The identifier of the technology database.

Value Returned

t

The technology data was deleted.

nil

The technology database does not exist.

Example

techDeleteTechFile( tfID )
=> t

Deletes the technology database identified by tfID.


Return to top
 ⠀
X