User`s guide

set (scope object)
Property Description Writable
WriteSize
Enter the block size, in bytes, of the data
chunks. This parameter s pecifies that
a m emory buffer, of length number of
samples (
NumSamples), collect data in
mult iples of
WriteSize.Bydefault,this
parameter is 512 bytes, which is the typical
disk sector size. Using a block size that is
the same as the dis k sector size provides
optimal performance.
If you experience a system crash, you can
expect to lose an amount of data the size of
WriteSize.
For scopes of type
'Host' or 'Target',this
parameter has no effect.
Yes
YLimit
Minimum and maximum y-axis values.
This property can be set to
'auto'.
For scopes of type
'Host' or 'File',this
parameter has no effect.
Yes
Examples Get a list of writable properties for a scope object.
sc1 = getscope(tg,1)
set(sc1)
ans=
NumSamples: {}
Decimation: {}
TriggerMode: {5x1 cell}
TriggerSignal: {}
TriggerLevel: {}
TriggerSlope: {4x1 cell}
TriggerScope: {}
TriggerSample: {}
Signals: {}
18-123