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
Value Returned
|
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