xPC Target    
stop

Stop execution of a scope on the target PC

Syntax

MATLAB command line

Target PC command line

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 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.

Description

Method for scope objects. Stops the scopes represented by the scope objects.

Examples

Stop one scope represented by the scope object sc1.

Stop all scopes with a scope object vector allscopes created with the command allscopes = getscope(tg) or allscopes = tg.getscope.

or type

See Also

The xPC Target target object methods getscope, stop, and start. The scope object method start.


  start trigger