User`s guide

3 Signals and Parameters
-tg
or
tg.stop
or
stop(tg)
The target application on the target PC stops running, and the target PC
displays mes sag es like the following:
minimal TET: 0.000023 at time 1313.789000
maximal TET: 0.000034 at time 407.956000
Note Metho d names are case sensitive and need to be complete , but property
names are no t case s e n sitive and need not be complete as long as they are
unique.
Resetting Target Ap
plication 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=tg.setparam(1,800)
The setparam m ethod returns a result like
pt =
parIndexVec: 1
OldValues: 400
NewValues: 800
3-72