xPC Target | ![]() ![]() |
Stop execution of a scope on the target PC.
Syntax
stop(scope_object_vector)
scope_object.stop
-scope_object
stop(getscope(target_object, scope_index_vector))
stopscope scope_index
stopscope 'all'
Arguments
Description
Method for a 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
stop(getscope(tg)) or stop(tg.getscope)
See Also
The xPC Target target object methods getscope
, stop
, and start
. The scope object method start
.
![]() | start | trigger | ![]() |