User`s guide

Signal Tracing
3-27
ShowSignals = on
Signals = INDEX VALUE BLOCK NAME
0 0.000000 Integrator1
1 0.000000 Signal Generator
2 0.000000 Gain
3 0.000000 Integrator
4 0.000000 Gain1
5 0.000000 Gain2
6 0.000000 Sum
For more information, see “Signal Monitoring with MATLAB” on page 3-6.
3 Create a scope to be displayed on the target PC. For example, to create a
scope with an identifier of
1 and a scope object name of sc1, type
sc1=tg.addscope('target', 1) or sc1=addscope(tg, 'target', 1)
4 List the properties of the scope object. For example, to list the properties of
the scope object
sc1, type
sc1
The MATLAB window displays a list of the scope object properties. Notice
that the scope properties
StartTime, Time, and Data are not accessible with
a scope of type
target.
xPC Scope Object
Application = xpcosc
ScopeId = 1
Status = Interrupted
Type = Target
NumSamples = 250
NumPrePostSamples = 0
Decimation = 1
TriggerMode = FreeRun
TriggerSignal = -1
TriggerLevel = 0.000000
TriggerSlope = Either
TriggerScope = 1
TriggerSample = -1
Mode = Redraw (Graphical)