How to copy scenario in test sequence

조회 수: 6 (최근 30일)
浩 程
浩 程 2024년 9월 13일
댓글: 浩 程 2024년 9월 13일
Hello! I want to copy scenario in test sequence,but i can't find the api.

채택된 답변

Vandit
Vandit 2024년 9월 13일
Hello @浩 程,
The API for copying steps is not available in Simulink Test. However, to work around this issue please follow the below steps:
  • Use "addScenario", "findStep" (to find all steps within a scenario with "RegExp" option).
  • Then copy paste step by step in a scenario with the APIs "readStep", "addStepAfter", "addStepBefore" and "editStep".
Hope this helps.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Inputs에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by