| xPC Target™ | ![]() |
Retrieve specific xPC Target™ environment (env) object
MATLAB® command line
env_collection_object.Item('env_object_name')Method of xpctarget.targets objects. Item retrieves a specific xPC Target environment object from the xpctarget.targets class. Use this method to work with a particular target PC environment object.
Retrieve a new xPC Target environment collection object from the system. Assume that tgs represents the target object collection environment.
tgs=xpctarget.targets;
get(tgs)
CCompiler: 'VisualC'
CompilerPath: 'd:\applications\Microsoft Visual Studio'
DefaultTarget: [1x1 xpctarget.env]
NumTargets: 1
tgs.getTargetNames
ans =
'TargetPC1'
'TargetPC2'
tgs.Item('TargetPC1')
ans =
xpctarget.envxPC Target methods for the xPC Target environment collection object method xpctarget.targets, set (env collection object), get (env collection object)
![]() | getxpcpci | load | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |