sldvcombinetests
Combines Simulink Design Verifier test generation results from multiple sessions into one result, even if the model changes
Since R2026a
Description
combines the test generation results into a single result structure.mergedSldvData = sldvcombinetests(sldvData1...,sldvDataN)
The sldvcombinetests function aggregates results from multiple test
generation analysis sessions into a single data file. It processes input result files to
assign a suitable status value and, when possible, a test case for each coverage objective
in the final data. If multiple test cases exist for a given objective,
sldvcombinetests selects one of them.
sldvcombinetests allows few permissible changes to model semantics
across multiple analysis runs. For example, changing parameter configuration is allowed but
not the model contents across runs.
Note
The sldvmergedata lets you merge
results, including dead logic status, when model semantics remain unchanged across
runs.
Examples
Input Arguments
Output Arguments
Limitations
You can merge only test generation results. Merging results from different analysis modes such as detecting design errors and property proving is not supported.
Version History
Introduced in R2026a
See Also
sldvlogsignals | slvnvlogsignals (Simulink Coverage) | slvnvmakeharness (Simulink Coverage) | slvnvruncgvtest (Simulink Coverage) | sldvrun | sldvruntest | sldvmergedata