User`s guide

start
6-35
6start
Purpose Start execution of a target application on a target PC.
Syntax MATLAB command line
start(target_object)
target_object.start
+target_object
Target PC command line
start
Arguments
Description Method of both target and scope objects. Starts execution of the target
application represented by the target object. Before using this method, the
target application must be created and loaded on the target PC. If a target
application is running, this command has no effect.
Examples Start the target application represented by the target object tg.
+tg or tg.start or start(tg)
See Also The xPC Target target object methods stop on page 6-36, load on page 6-29,
and
unload on page 6-37. The scope object method stop on page 7-20.
target_object
Name of a target object. The default name is tg.