xPC Target    

Target Object Methods

When you are using the target PC command-line interface, target object methods are limited to starting and stopping the target application.

The following table lists the syntax for the target commands that you can use on the target PC. The equivalent MATLAB syntax is shown in the right column, and the target object name tg is used as an example for the MATLAB methods.

Target PC
MATLAB
start
tg.start or +tg
stop
tg.stop or -tg
reboot
tg.reboot


  Using Methods and Properties on the Target PC Target Object Properties