User`s guide

Parameter Tuning and Inlining Parameters
3-55
2 In the MATLAB window, type either
tg.loadparamset('xpc_osc4_param1') or
loadparamset(tg,'xpc_osc4_param1')
xPC Target loads the parameter values into the target application.
For a description of how to list the parameters and values stored in the
parameter file, see “Listing the Values of the Parameters Stored in a File” on
page 3-55.
Listing the Values of the Parameters Stored in a File
To list the parameters and their values, load the file for a target application,
then turn on the
ShowParameters target object property.
This section assumes that you have a parameters file saved from an earlier run
of
saveparamset (see “Saving the Current Set of Target Application
Parameters” on page 3-54).
1 Ensure that the target application is stopped. For example, type
tg.stop
2 Load the parameter file. For example, type
tg.loadparamset('xpc_osc4_param1');
3 Display a list of parameters. For example, type
tg.ShowParameters='on';
and then type
tg
The MATLAB window displays a list of parameters and their values for the
target object.