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

techTruncateTechFile

techTruncateTechFile( 
d_techID 
) 
=> t / nil

Description

Deletes the contents of the technology database stored on disk.

This function deletes data from disk. Use this function with extreme care.

Arguments

d_techID

The identifier of the technology database.

Value Returned

t

The technology database was truncated.

nil

The technology database does not exist.

Example

techTruncateTechFile(tfID)
=> t

Truncates the technology database identified by tfID.


Return to top
 ⠀
X