- sldvoptions.MaxProcessTime=600 --> Expected Output presence OK
- sldvoptions.MaxProcessTime=2000 --> Expected Output presence NOTOK !
- sldvoptions.MaxProcessTime=6000 --> Expected Output presence OK
Why is the "Expected Output Values" of the Simulink Design Verifier missing in the generated HTML report for models with Table blocks?
2 ビュー (過去 30 日間)
古いコメントを表示
I am using Simulink Design Verifier for r2010b SP2. We are trying to run models with Table blocks. I checked the option "Include Expected Output Values" in the Design Verifier setting. The generated HTML report does not display the output values.
For all our other models, the output values are displayed just fine when the output setting is checked. But for models with Table blocks, the output is not generated in the HTML report of SLDV? Is this a bug or a limitation? Is there a workaround? Can I generate the output values from the harness and the sldvdata.mat file?
0 件のコメント
回答 (1 件)
german baca espinoza
2018 年 11 月 8 日
Hello Mr. Bobis. I do not have an answer, but i would like to subscribe to the same issue at our end: Matlab 2015b. There is a parameter which SOMETIMES helps to solve the problem. I underline "sometimes" because we cannot determined whether it helps decreasing or increasing it.
Important to mention is that we fave the issue only on: * sldvoptions.Mode='TestGeneration'; * sldvoptions.MaxTestCaseSteps=10000; * sldvoptions.Parameters=off; * sldvoptions.ExtendExistingTests = 'on'; * sldvoptions.ExistingTestFile = filenames.DataFile; * sldvoptions.IgnoreExistTestSatisfied = 'off'; * sldvoptions.TestSuiteOptimization = 'LongTestcases'; * sldvoptions.ModelCoverageObjectives = 'MCDC'; Whenever we have these parameters in bold characters set to: * sldvoptions.Parameters=on * sldvoptions.ExtendExistingTests = 'off'; then the problem does not appear either.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!