User`s guide

remscope
14-69
14remscope
Purpose Remove scope from target PC
Syntax MATLAB command line
remscope(target_object, scope_number_vector)
target_object.remscope(scope_number_vector)
remscope(target_object)
target_object.remscope
Target PC command line
remscope scope_number
remscope 'all'
Arguments
Description
If a scope index is not given, the method remscope deletes all scopes on the
target PC. The method
remscope has no return value. The scope object
representing the scope on the host PC is not deleted.
Note that you can only permanently remove scopes that are added with the
method
addscope. This is a scope that is outside a model. If you remove a scope
that has been added through a scope block (the scope block is inside the model),
a subsequent run of that model creates the scope again.
target_object
Name of a target object. The default name is tg.
scope_number_vector
Vector of existing scope indices listed in the target
object property
Scopes.
scope_number
Single scope index.
remscope
kernel
Scope engine
target
object
target
application
Host PC
Target PC
scope
scope
object
kernel
Scope engine
target
object
target
application
Host PC
Target PC
scope
object