User`s guide

set (env collection object)
Property Description Writable
CCompiler
Values are 'Watcom' and 'VisualC'.
From the xPC Target Explorer
window compiler list, select either
Watcom or VisualC.
Yes
CompilerPath
Value is a valid compiler root folder.
Enter the path where you installed a
Watcom C/C++ or Microsoft Visual
Studio C/C++ compiler.
If the path is invalid or the folder
does not contain the compiler, an
error message appears when you use
the function
updatexpcenv or build
atargetapplication.
Yes
DefaultTarget
Contains an instance of the
defaulttargetenvironmentobject
(
xpctarget.env).
No
FloppyDrive
Allowsyoutosetthe3.5-inchdrive
letter to the one designated by your
target PC. By default,
FloppyDrive
is set to a:. Set this property to b:
only if the target PC designates i t.
As necessary, set this value before
creating a boot disk. Valid values
are
'a:' and 'b:'.
Yes
NumTargets
Contains the number of target
objects in the xPC Target system.
Note that this is not the actual
number of target PCs in the system.
No
Examples List the values of all the target object environment property values.
Assume that
tgs represents the target object environment.
tgs=xpctarget.targets;
18-103