User`s guide
star t (scope object)
Purpose Start execution of scope on target PC
Syntax MATLAB command line
start(scope_object_vector)
scope_object_vector.start
+scope_object_vecto
r
start(getscope((target_object, signal_index_vector))
Target PC command line
startscope scope_index
startscope 'all'
Arguments
target_object
Name of a target object.
scope_object_vector
Name of a single scope object, name of
vector of scope objects, list of scope object
names in vector form
[scope_object1,
scope_object2]
, or the target object
method
getscope, which returns a
scope_object vector.
signal_index_vector
Index for a sing le scope or list of sco pe
indices in vector form.
scope_index
Single scope index.
Description Method for a scope object. Starts a scope on the targ et PC represented
by a scope obje ct on the host PC. This method does not necessarily
start data acquisition, which depends on the trigger settings. Before
using this method, you must create a scope. To create a scope, use the
target object method
addscope or add xPC Target scope blocks to your
Simulink model.
18-140