User`s guide

stop (target object)
14-104
14stop (target object)
Purpose Stop execution of target application on 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 (target object). The scope object
methods
stop (scope object) and start (scope object).
target_object
Name of a target object.