User`s guide
saveparamset
14-75
14saveparamset
Purpose Save current target application parameter values
Syntax MATLAB command line
saveparamset(target_object,'filename')
target_object.saveparamset('filename')
Arguments
Description saveparamset saves the target application parameter values in the file
filename. This method saves the file on a local drive of the target PC (C:\ by
default). You can later reload these parameters with the
loadparamset
function.
You might want to save target application parameter values if you change
these parameter values while the application is running in real time. Saving
these values enables you to easily recreate target application parameter values
from a number of application runs.
See Also xPC Target target object method loadparamset.
target_object Name of an existing target object.
filename
Enter the name of the file to contain the saved
parameters.