| xPC Target | ![]() |
Stop execution of a target application on a target PC.
Syntax
stop(target_object)target_object.stop-target_object
stop
Arguments
target_object |
Name of a target object. |
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. The scope object methods stop and start.
| start | unload | ![]() |