User`s guide
stop
6-36
6stop
Purpose Stop execution of a target application on a target PC.
Syntax MATLAB command line
stop(target_object)
target_object.stop
-target_object
Target PC command line
stop
Arguments
Description Stops execution of the target application represented by the target object. If the
target application is stopped, this command has no effect.
Examples Stop the target application represented by the target object tg.
stop(tg) or tg.stop or -tg
See Also The xPC Target target object method start on page 6-35. The scope object
methods
stop on page 7-20 and start on page 7-18.
target_object Name of a target object.