Main Content
getParameterSets
Class: sltest.testmanager.TestCase
Namespace: sltest.testmanager
Get test case parameter sets
Syntax
psets = getParameterSets(tc)
psets = getParameterSets(tc,simulationIndex)
Description
gets
the parameter sets in a test case and returns them as an array
of parameter set objects, psets
= getParameterSets(tc
)sltest.testmanager.ParameterSet
.
gets
the parameter sets in a test case and returns them as an array
of parameter set objects, psets
= getParameterSets(tc
,simulationIndex
)sltest.testmanager.ParameterSet
. If the test
case is an equivalence test case, then specify the simulation index.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015b