How do I save a Simulink Test harness by command line/script?

3 ビュー (過去 30 日間)
Simon Ahrens
Simon Ahrens 2020 年 6 月 18 日
回答済み: Simon Ahrens 2020 年 6 月 18 日
I'm trying to use a script to open and modify a few dozen test harnesses for my model. Excerpt:
sltest.harness.open(modelName, harnesses(n).name);
sltest.testsequence.addSymbol(blockName, signalName, ...
'Data', 'Output');
However, I can't find a command for saving the changes. If I use
sltest.harness.close(modelName, harnesses(n).name);
I get the following error:
Error using editHarnesses (line 32)
Unable to close the test harness 'xxx' since it has unsaved changes. Please save the harness and
try the close operation again.
The model stores its harnesses in external .slx files.

採用された回答

Simon Ahrens
Simon Ahrens 2020 年 6 月 18 日
Nevermind, I'm silly and expected a dedicated Simulink Test save function. In fact the Simulink function
save_system
works just fine.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResults, Reporting, and Test File Management についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by