User`s guide
stop (target application object)
Purpose Stop execution of target application on target P C
Syntax MATLAB command line
stop(target_object)
target_object.stop
-target_object
Target PC command line
stop
Arguments
target_object
Name of a target object.
Description Stops execution of the target application represented by the target
object. If the targ et 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 (t arget application
object)
. The scope object m ethods stop (scope object) and start
(scope object)
.
18-145