cdfSyncInstParamValue
cdfSyncInstParamValue(
d_instId1
d_instId2
)
=> t / nil
Description
This function generates all the CDF parameters for the first instance (d_instId1) and updates the second instance (d_instId2) with the same values. Both the instances must share the same cell.
Arguments
|
Specifies the instance for which the CDF parameters are to be generated. |
|
|
Specifies the instance for which the CDF parameter values are to be updated. |
Value Returned
|
Updates the CDF parameter values for the second instance with the same values as that of the first instance. |
|
Return to top