Main Content

getOutputRuns

Class: sltest.testmanager.TestIterationResult
Namespace: sltest.testmanager

Get test iteration simulation output results

Syntax

runArray = getOutputRuns(iterResultObj)

Description

runArray = getOutputRuns(iterResultObj) gets the test iteration simulation output results that are direct children of the test iteration results object.

Input Arguments

expand all

Test iteration results object to get results from, specified as a sltest.testmanager.TestIterationResult object.

Output Arguments

expand all

Test iteration simulation output results, returned as a Simulink.sdi.Run object array.

Version History

Introduced in R2016a