Facing issue in test generation using simulink test through matlab commands

5 次查看(过去 30 天)
Facing issue while generating tests using command as shown in screenshot. This command is working fine on matlab 2020b update6 version but its giving below error on matlab 2021b update2 version. When I am trying to generate tests manually using simulink design verifier then its generating successfully on same model but giving below error while generating tests using below command.
Please let me know the solution of the issue.
  3 个评论
Devendra Bhave
Devendra Bhave 2022-2-9
编辑:Devendra Bhave 2022-2-9
Try disabling the harness creation. Run the following code and let us know whether it works.
tcObj = sltest.testmanager.createTestForComponent('TestFile', tf, ...
'SLDVTestGeneration', true, ...
'Component', Schedular_Name, ...
'CreateHarness', false, ... % Disable the harness creation to analyze the component directly
'TestType', 'equivalence', ...
'Simulation1Mode', 'Normal', ...
'Simulation2Mode', 'Software-in-the-Loop (SIL)'...
);

请先登录,再进行评论。

回答(1 个)

Devendra Bhave
Devendra Bhave 2022-2-9
It is a bit difficult to establish the root cause of the error based on the above information. I suggest you consult MathWorks technical support.

类别

Help CenterFile Exchange 中查找有关 Verification, Validation, and Test 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by