SQL Error in Simulink Test when executing a parameter sweep test case with too many iterations
이전 댓글 표시
I am trying to perform thousands of verification tests on my Simulink model, where each test has a different testing parameter. To achieve this, I have set up a Simulink Test project with one test case and 4000+ iterations. The test sweeps through the testing parameters by creating a parameter set for each iteration.
However, when the test is executed, it fails and I receive the following error message:
SQL error or missing database C:\Users\{PLACEHOLDER_USER}\AppData\Local\Temp\0a0c-dbd5-a17f-87e3.dmr. (too many SQL variables)
My testing indicates that Simulink Test only supports a maximum of 1000 iterations for each test case. Why do I receive an SQL error when I perform a parameter sweep with more than 1000 iterations?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Inputs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!