techGetParam
techGetParam(d_techFileID t_name) =>g_paramValue/ nil
Description
Returns the value of the named control parameter in the specified technology database.
Arguments
Value Returned
|
The technology file does not exist, or the specified parameter is not defined. |
Example
tfID = techGetTechFile(ddGetObj("testLib"))
db:0x0180200d
techGetParam(tfID "lambda")
=> 0.6
Returns the value defined for the control parameter lambda in the technology file identified by tfID (testLib).
Return to top