User`s guide
Target PC Command-Line Interface
6-3
Once the command window is active, you do not have to reactivate it before
typing the next command.
Manipulating Target Object Properties from the
Target PC
xPC Target uses a target object to represent the target kernel and your target
application. This section shows some of the common tasks that you use with
target objects and their properties.
These commands create a temporary difference between the behavior of the
target application and the properties of the target object. The next time you
access the target object, the properties are 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.
2 Type a target command. For example, to change the frequency of the signal
generator (parameter 1) in the model
xpcosc, type
setpar 1=30
The command window displays a message to indicate that the new
parameter has registered.
System: p[1] is set to 30.00000
3 Check the value of parameter 1. For example, type
p1
The command window displays a message to indicate that the new
parameter has registered.
System: p[1] is set to 30.00000
4 Check the value of signal 0. For example, type
s0