User`s guide

xpctarget.targets
Purpose Create container object to manage target PC environment collection
objects
Syntax MATLAB command line
env_collection_object = xpctarget.targets
Description Constructor target object collection environment container.
The environment container manages the environment object
(
xpctarget.env) for a multitarget xP C Target system. (This is in
contrast to the
setxpcenv and getxpcenv functions, which manage the
environment properties for the default target PC.) You w ork with the
environment objects by changing the environment properties using
methods.
Use the syntax
env_object = xpctarget.targets
Access properties of an env_collection_object
object with env _collection_object.propertyname,
env_collection_object.propertyname.propertyname,orwiththe
get (env collection object) and set (env colle ction object)
commands.
Method
Summary
Method
Description
Add (env collection
object)
Add a new xPC Target environment
collection object.
getTargetNames (env
collection object)
Retrieve all xPC Target environment
collection object names.
Item (env collection
object)
Retrieve xPC Target enviro nment
collection object.
18-161