Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

cdfFindParamByName

cdfFindParamByName(
g_cdfDataId 
t_name
)
=> g_cdfParamId / nil

Description

Returns the parameter ID of the specified parameter name for the given CDF description, if it exists. If not, it returns nil.

Use this function to search for parameters by name.

Arguments

g_cdfDataId

Specifies the ID of the CDF data object where the specified parameter is to be searched.

t_name

Specifies the name of the parameter to be searched.

Value Returned

g_cdfParamId

The ID of the specified parameter.

nil

The specified parameter does not exist in the given CDF data object.


Return to top
 ⠀
X