User`s guide

get (scope object)
Purpose Return property values for scope objects
Syntax MATLAB command line
get(scope_object_vector)
get(scope_object_vector, 'scope_object_property')
get(scope_object_vector, scope_object_property_vector)
Arguments
target_object
Name of a targ et object.
scope_object_vector
Name of a single scope or name of a vector
of s cope objects.
scope_object_property
Name of a scope object property.
Description get gets the value of readable scope object properties from a scope object
or the same property from each scope object in a vector of scope objects.
Scope object properties let you select signals to acquire, set triggering
modes, and access signal information from the target application. You
can view and change these properties using scope object methods.
The properties for a scope object are listed in the following table. This
table includes descriptions of the properties and the properties y ou can
change directly by assigning a value.
Property Description Writable
Application
Name of the Simulink model associated with
this scope o bject.
No
AutoRestart
Values are ' on' and 'off'.
For scopes of type
'File', enable the file
scope to collect data up to the number of
samples (
NumSamples), then sta rt o ver again,
appending the new data to the end of the
signal data file. Clear the AutoRestart check
No
18-40