Main Content
getSetupPlots
Class: sltest.testmanager.TestSuiteResult
Namespace: sltest.testmanager
Plots from setup callbacks
Syntax
figs = getSetupPlots(result)
Description
returns
figure handles of plots generated from the setup callbacks of the
test suite associated with the results. Figures returned using this
method are not visible. To see the plots, set the figure handle figs
= getSetupPlots(result
)Visible
property
to 'on'
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2017a