Create test cases from Simulink Design Verifier results
[
creates
a test harness and test file using Simulink®
Design Verifier™ analysis
results contained in owner
,testHarness
,testFile
]
= sltest.import.sldvData(dataFile
)dataFile
. The function returns
the model component owner
associated with the
test case, the testHarness
, and the testFile
.
[
uses the specified test case for the import operation.owner
,testHarness
,testFile
]
= sltest.import.sldvData(dataFile
,'TestCase',testcase
)
[
uses
additional options specified by one or more owner
,testHarness
,testFile
]
= sltest.import.sldvData(dataFile
,Name
,Value
)Name
,Value
pair
arguments.