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

techGetParam

techGetParam(
d_techFileID
t_name
) 
=> g_paramValue / nil

Description

Returns the value of the named control parameter in the specified technology database.

Arguments

d_techFileID

The database identifier of the technology file.

t_name

Name of the parameter for which you want the value.

Value Returned

g_paramValue

The value of the specified control parameter.

nil

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