cdfUpdateInstParam
cdfUpdateInstParam(d_instId) =>t/nil
Description
Stores the CDF parameters specified in the effective cell CDF of the instance master to the given instance. If a doneProc post-processing procedure is specified, the function runs this procedure to validate any updates to the instance. When the ID given is not for an instance or the instance master does not have CDF definition, it returns nil.
Arguments
|
Specifies the ID of the instance where the CDF parameters specified in the effective cell CDF of the instance master are to be saved. |
Value Returned
|
Saves the CDF parameters specified in the effective cell CDF of the instance master to the given instance |
|
|
The specified ID is incorrect or the instance master does not have the CDF definition. |
Return to top