User`s guide

get (scope object)
Property Description Writable
WriteSize
Enter the block size, in bytes, of the d ata
chunks. This parameter specifies that a
memory buffer, of length number of samples
(
NumSamples), collect d ata in multiples of
WriteSize. B y default, this parameter is 512
bytes, which is the typical disk sector size.
Using a block size t hat is the same as the disk
sector size provides optimal perfo rmance .
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 'Tar get' ,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 List all the readable properties, along with their current values. This
is given in the form of a structure whose field names are the property
names and whose field values are property values.
get(sc)
List the value for the scope object property Type.Noticethatthe
property name is a string, in quota t ion marks, and is not case sensitive.
get(sc,'type')
ans = Target
18-47