techSetParam
techSetParam(d_techFileID t_paramNameg_paramValue) => t / nil
Description
Updates the value of the specified control parameter in the specified technology database. If the parameter does not exist, this function creates it.
Arguments
Value Returned
Example
tfID = techGetTechFile(ddGetObj("testLib"))
db:0x0180200d
techSetParam(tfID "lambda" 0.65)
=> t
Updates the value of the control parameter lambda in the technology file identified by tfID (testLib).
Return to top