User`s guide
Signal Tracing
TriggerScope = 2
TriggerSample = 0
TriggerSignal = -1
TriggerLevel = 0.0000 00
TriggerSlope = Either
ShowSignals = off
FileName = unset
Mode = Lazy
WriteSize = 512
AutoRestart = off
DynamicFileName = off
MaxWriteFileSize = 536870912
Note that there is no name initially assigned to FileName.Afteryoustart
the scope, xPC Target assigns a name for the file to acquire the signal data.
This name typically consists of the scope object name,
ScopeId,andthe
beginning letters of the first signal added to the scope.
6 Add signals to the scope object. For example, to add Integrat or1 and
Signal Generator,type
sc2.addsignal ([4,5])
or
addsignal(sc2,[4,5])
The t arget PC display s the following message s.
Scope: 2, signal 4 added
Scope: 2, signal 5 added
After you add signals to a scope object, the scope of type file does not
acquire signals until you start the scope.
7 Start the scope. For example, to start the s cope sc2,type
+sc2
or
sc2.start
3-47