testTarget
Test the features of the target using the supported hardware
Syntax
Description
testTarget(
tests all features
provided by the target represented by the targetObj
)matlabshared.targetsdk.Target
(Target) object, targetObj
.
testTarget(
tests only the specified feature, targetObj
,featureName
)featureName
, provided by the
target represented by the Target
object,
targetObj
.
testTarget(
tests all features provided by the target represented by the targetObj
,testOptions
)Target
object,
targetObj
, by applying the test options,
testOptions
.
testTarget(
tests only the specified feature, targetObj
,featureName
,testOptions
)featureName
, provided by the
target represented by the Target
object,
targetObj
, by applying the test options,
testOptions
.
This function tests the features of the target by running a series of tests for
the features that the target provides and the hardware that it supports. This
function reports the outcome in the variable
<HardwareName>_TestResults in the MATLAB® workspace, where <HardwareName>
is the name
of the tested hardware. <HardwareName>_TestResults variable
is a structure with the fields named after the features, where each field has the
following subfields: Status, Message, and Logs. If the target does not support any
hardware yet, the variable name is
unspecified_TestResults.
Examples
Input Arguments
Version History
Introduced in R2015a