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

cdfCopyParam

cdfCopyParam(
g_cdfDataId 
g_cdfParamId
)
=> g_cdfParamId / nil

Description

Copies the specified parameter to the given CDF data object.

g_cdfDataId must not already have a parameter with the same name. The parameter and the data ID must not be effective objects.

Arguments

g_cdfDataId

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

g_cdfParamId

Specifies the ID of the CDF parameter to be copied to the CDF data object.

Value Returned

g_cdfParamId

The updated ID of the parameter that was copied to the CDF data object.

nil

When the specified parameter already exists in the specified CDF data object.


Return to top
 ⠀
X