User`s guide

6 Using the Target PC Command-Line Interface
6-4
The command window displays a message to indicate that the new
parameter has registered.
System: S0 has value 5.1851
5 Change the stop time. For example, to set the stop time to 1000, type
stoptime = 1000
The parameter changes are made to the target application but not to the
target object. When you type any xPC Target command in the MATLAB
Command Window, the target PC returns the current properties of the
target object.
Note The target PC command setpar does not work for vector parameters.
To see the correlation between a parameter or signal index and its block, you
can look at the
model_name_pt.c or model_name_bio.c of the generated code
for your target application.
Manipulating Scope Objects from the Target PC
xPC Target uses a scope object to represent your target scope. This section
shows some of the common tasks that you use with scope objects.
These commands create a temporary difference between the behavior of the
target application and scope object. The next time you access the scope object,
the data is updated from the target PC.
1 On the target PC keyboard, press C, or point the target mouse in the
command window.
The target PC activates the command window.