syncWithApp
Description
syncWithApp(
synchronizes the parameter name-value pairs and synchronizes the model checksum saved in the
parameter set object with the real-time application. parameter_set
,app_name
)
A typical usage for the syncWithApp
command occurs when you create a
new model from an old model by adding or removing several blocks with tunable parameters.
You would like to use the parameter set saved from the old model. But, directly loading the
old parameter set to the new model generates an error because the number of parameters and
model checksum do not match the new model. The syncWithApp
command adds
or removes the unmatched parameters from the parameter set. The command also updates the
checksum, which lets you reuse the parameter set saved from the old model.
Examples
Input Arguments
Version History
Introduced in R2021a
See Also
compare
| delete
| explorer
| exportParamSet
| getparam
| listParamSet
| loadParamSet
| resolve
| saveParamSet
| ParameterSet
| Target