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

techSetParam

techSetParam(
d_techFileID
t_paramName 
g_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

d_techFileID

The database identifier of the technology file.

t_paramName

The name of the control parameter to update or create.

Valid values: Any string

g_paramValue

The value to set for the parameter.

Valid values: Any legal data type

Value Returned

t

The control parameter was updated or created.

nil

The technology file does not exist.

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
 ⠀
X