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

techSetTimeStamp

techSetTimeStamp( 
d_techID 
) 
=> t / nil

Description

Updates the internal time stamp of the technology database to the current time. The time stamp is an integer representing the number of seconds elapsed since 00:00:00 GMT, January 1, 1970.

Arguments

d_techID

The identifier of the technology database.

Value Returned

t

The time stamp was updated.

nil

The technology database does not exist.

Example

techSetTimeStamp(tfID)
=> t

Updates the time stamp for the technology database identified by tfID to the current time.


Return to top
 ⠀
X