User`s guide

Parameter Tuning and Inlining Parameters
3-49
4 Stop the target application. In the MATLAB window, type
-tg or tg.stop or stop(tg)
The target application on the target PC stops running, and the target PC
displays the messages like the following:
System: execution stopped
minimal TET: 0.000023 at time 1313.789000
maximal TET: 0.000034 at time 407.956000
Note Method names are case sensitive and need to be complete, but property
names are not case sensitive and need not be complete as long as they are
unique.
Resetting Target Application Parameters to Previous Values
You can reset parameters to preceding target object property values by using
xPC Target methods on the host PC. The
setparam method returns a structure
that stores the parameter index, the previous value, and the new value. If you
expect to want to reset parameter values, set the
setparam method to a
variable. This variable points to a structure that stores the parameter index
and the old and new parameter values for it.
1 In the MATLAB window, type
pt=setparam(tg,5,800)
The setparam method returns a result like:
pt =
parIndexVec: 5
OldValues: 100
NewValues: 800