MATLAB XPC TARGET 4 - API GUIDE Guía de usuario Pagina 346

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 372
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 345
stop (scope object)
14-102
14stop (scope object)
Purpose Stop execution of a scope on target PC
Syntax MATLAB command line
stop(scope_object_vector)
scope_object.stop
-scope_object
stop(getscope(target_object, signal_index_vector))
Target PC command line
stopscope scope_index
stopscope 'all'
Arguments
Description Method for scope objects. Stops the scopes represented by the scope objects.
Examples Stop one scope represented by the scope object sc1.
stop(sc1) or sc1.stop or -sc1
Stop all scopes with a scope object vector allscopes created with the command
allscopes = getscope(tg) or allscopes = tg.getscope.
stop(allscopes)
or allscopes.stop or -allscopes
or type
stop(getscope(tg)) or stop(tg.getscope)
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 a vector
form
[scope_object1, scope_object2], or the
target object method
getscope, which returns a
scope_object vector.
signal_index_vector
Index for a single scope or list of scope indices in
vector form.
scope_index
Single scope index.
Vista de pagina 345
1 2 ... 341 342 343 344 345 346 347 348 349 350 351 ... 371 372

Comentarios a estos manuales

Sin comentarios