Simulink Test- import test sequence steps and transitions
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
I am very new to Simulink test. Is there is a way to import steps and transitions for Test sequence block from an external file (e.g. spreadsheet)? If yes, can you please guide me?
Thank you in advance!
댓글 수: 0
답변 (1개)
Sudil
2023년 6월 15일
Hi Pragathi,
As per my knowledge, I don't think there is any feature yet to directly import steps and transitions in Test sequence block from an external file.
But here's something that might help: Programmatically Create a Test Sequence - MATLAB & Simulink - MathWorks India
Using the sltest library you can create and edit steps and transitions of a test sequence block in MATLAB script. You can try importing your data and then use this to create your test sequence block.
Hope this helps!
참고 항목
카테고리
Help Center 및 File Exchange에서 Inputs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!