Class: sltest.testmanager.TestCaseResult
Package: sltest.testmanager
Get plots from test case callbacks
figs = getSimulationPlots(result)
figs = getSimulationPlots(result,index)
returns
figure handles of plots generated from the callbacks of the test case
associated with the results. Figures returned using this method are
not visible. To see the plots, set the figure handle figs
= getSimulationPlots(result
)Visible
property
to 'on'
.
returns
the figure handles from the simulation specified by figs
= getSimulationPlots(result
,index
)index
.