MATLAB XPC TARGET 4 - IO Podręcznik Użytkownika Strona 151

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 182
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 150
remscope
6-31
6remscope
Purpose Remove a scope from the target PC.
Syntax MATLAB command line
remscope(target_object, scope_index_vector)
target_object.remscope(scope_index_vector)
remscope(target_object)
target_object.remscope
Target PC command line
remscope scope_index
remscope ’all’
Arguments
Description
Method of a target object. If a scope index is not given, then 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.
Examples Remove a single scope.
remscope(tg,1) or tg.remscope(1)
target_object
Name of a target object. The default name it tg.
scope_index_vector Vector of existing scope indices listed in the target
property Scopes.
scope_index 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
Przeglądanie stron 150
1 2 ... 146 147 148 149 150 151 152 153 154 155 156 ... 181 182

Komentarze do niniejszej Instrukcji

Brak uwag