| xPC Target | ![]() |
Stop execution of a scope on the target PC
Syntax
stop(scope_object_vector)scope_object.stop-scope_objectstop(getscope(target_object,signal_index_vector))
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 all scopes with a scope object vector allscopes created with the command allscopes = getscope(tg) or allscopes = tg.getscope.
See Also
The xPC Target target object methods getscope, stop, and start. The scope object method start.
| start | trigger | ![]() |