getIterations
Class: sltest.testmanager.TestCase
Package: sltest.testmanager
Get test iterations that belong to test case
Syntax
iterArray = getIterations(tc)
iterArray = getIterations(tc,iterName)
Description
get
one or more test iteration objects that belong to the test case.iterArray
= getIterations(tc
)
Note
Because scripted iterations are discarded after simulation, test cases do not
store the iterations and getIterations
does not return
them.
get
one or more test iteration objects with the specified name that belong
to the test case.iterArray
= getIterations(tc
,iterName
)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a