User`s guide
xpc
6-38
6xpc
Purpose Create a target object representing the target application
Syntax MATLAB command line
target_object = xpc
Arguments
Description Constructor of a target object. The target object represents the target
application and target PC. Changes are made to the target application by
making changes to the target object using methods and properties.
Examples Before you build a target application, you can check the connection between
your host and target computers by creating a target object.
tg = xpc
xPC Object
Connected = Yes
Application = loader
See Also The xPC Target methods get on page 6-22, set on page 6-33.
target_object
Variable name to reference the target object.