User`s guide

Signal Tracing
NumSamples = 250
NumPrePostSamples = 0
Decimation = 1
TriggerMode = FreeRun
TriggerSignal = -1
TriggerLevel = 0.0000 00
TriggerSlope = Either
TriggerScope = 1
TriggerSample = -1
Mode = Redraw (Graphical)
YLimit = Auto
Grid = On
Signals = no Signals defined
5 Add signals to the scope object. F or example, to add Integrator1 and
Signal Generator,type
sc1.addsignal ([0,1])
or
addsignal(sc1,[0,1])
The t arget PC display s the following message s.
Scope: 1, signal 0 added
Scope: 1, signal 1 added
After you add signals to a scope object, the signals are not shown on the
target screen until you start the scope.
6 Start the scope. For example, to start the scope sc1,typeeither
+sc1
or
sc1.start
or
start(sc1)
3-43