Main Content
getIterations
Class: sltest.testmanager.TestCase
Namespace: sltest.testmanager
Get test iterations that belong to test case
Syntax
iterArray = getIterations(tc)
iterArray = getIterations(tc,iterName)
Description
returns one or more test iterations that belong to the test case.iterArray
= getIterations(tc
)
Note
Because test cases do not store scripted iterations after simulation,
getIterations
returns only table iterations.
returns 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