User`s guide
saveparamset
Purpose Save current target application parameter values
Syntax MATLAB command line
saveparamset(target_object,'filename')
target_object.saveparamset('filename')
Arguments
target_object
Name of an e xisting target object.
filename
Enter the name of the fil etocontainthesaved
parameters.
Description saveparamset saves the target application parameter values in the
file
filename. Thismethodsavesthefileonalocaldriveofthetarget
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 tim e. Saving these values enab les you to easily recreate target
application parameter values from a number of application runs.
See Also xPC Target target object method load paramset
18-100