Facing issue in test generation using simulink test through matlab commands

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 件のコメント

Pat Canny
Pat Canny 2022 年 2 月 8 日
Hi Aditi,
Thanks for reporting this issue. I have passed this along to our software engineering team for follow-up.
Thanks.
  • Pat Canny (Simulink Design Verifier Product Manager)
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)'...
);
Aditi  Kanawade
Aditi Kanawade 2022 年 2 月 9 日
I have tried disabling the harness creation but getting same error.

サインインしてコメントする。

回答 (1 件)

Devendra Bhave
Devendra Bhave 2022 年 2 月 9 日

0 投票

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.

カテゴリ

製品

リリース

R2021b

質問済み:

2022 年 2 月 7 日

コメント済み:

2022 年 2 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by