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

techGetProcessNode

techGetProcessNode(
d_techFileID
) 
=> f_processNode / nil

Description

Returns the local processNode value of the specified technology database. The function does not consider incremental technology databases.

Arguments

d_techFileID

The database identifier of the technology file.

Value Returned

f_processNode

The processNode value (in user units).

nil

The technology file does not exist or does not define a processNode value.

Example

techGetProcessNode(tech)=> 0.02

Returns 0.02 as the processNode value for the technology database tech.


Return to top
 ⠀
X