User`s guide

getxpcenv
14-60
Examples Return the xPC Target environment in the structure shown below. The output
in the MATLAB window is suppressed. The structure contains three fields for
property names, current property values, and new property values.
env = getxpcenv
env =
propname: {1x25 cell}
actpropval: {1x25 cell}
newpropval: {1x25 cell}
Display a list of the environment property names, current values, and new
values.
env = getxpcenv
See Also xPC Target functions setxpcenv, updatexpcenv, and xpcbootdisk
EmbeddedOption
Values are 'Disabled' and 'Enabled'. This
property is read only.
Note that the xPC Target Embedded Option is
enabled only if you purchase an additional
license.
TargetBoot
Values are 'BootFloppy', 'DOSLoader', and
'StandAlone'.
From the xPC Target Explorer window
Target
boot mode
list, select BootFloppy, DOSLoader,
or
StandAlone.
If your license file does not include the license
for the xPC Target Embedded Option, the
Target boot mode
box is disabled, with
BootFloppy as your only selection. With the
xPC Target Embedded Option licensed and
installed, you have the additional choices of
DOSLoader and StandAlone.
Environment Property Description