フィルターのクリア

Can a different initial Stateflow state be set for a test case/harness?

2 ビュー (過去 30 日間)
Pascal Witting
Pascal Witting 2020 年 10 月 6 日
コメント済み: Pascal Witting 2020 年 11 月 23 日
Greetings,
I am trying to test a certain transition in a Stateflow statemachine without having to go through the whole statemachine from the initial state to this transition.
Can a different initial Stateflow state be set for a test case/harness?

回答 (1 件)

Devendra Bhave
Devendra Bhave 2020 年 11 月 23 日
As per my understanding, you are expecting the default transition of Stateflow Chart to enter in your specified state.
Adding a new transition or new behaviour for the existing default transition changes the semantics of Stateflow chart and so the behaviour of the model. This should not be done during verification and validation phase.
However, if you are writing or editing the model, you may use junctions/labels to control entry of default transition. Please refer to the section ‘Label Default Transition’ in MathWorks documentation on default transitions for more information and detailed example.
  1 件のコメント
Pascal Witting
Pascal Witting 2020 年 11 月 23 日
Yes, I need to avoid changing the model.
I was hoping for another, Test Harness specific way to set the (initial) state, from something like the Test Sequence Block, but without changing the model.

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

カテゴリ

Help Center および File ExchangeStateflow についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by