- Model Configuration: Ensure that edit-time checking is enabled for your model and is defined properly, you can use the below link to get detailed idea about how to define custom edit-time checks that fix issues in architecture models: https://in.mathworks.com/help/slcheck/ug/define-custom-edit-time-checks-that-fix-issues-in-architecture-models.html
- There might be problem with implementation of custom edit-time checks, so for this, you can refer below links:
Issue related to Edit Time Check
2 ビュー (過去 30 日間)
古いコメントを表示
Dear Community, can i get the answer to this question?
How exactly Edit time check works with custom guideline checks.
As, I have created json file for the custom guideline check as per my priority and it shows that Edit-time check is supported by the guideline.
Although after running the custom check, the violation blocks in the model are not highlighted.
0 件のコメント
回答 (1 件)
Vidip
2023 年 12 月 1 日
編集済み: Vidip
2023 年 12 月 1 日
Custom edit-time checks in Simulink allow you to define your own rules for verifying model compliance with specific requirements or guidelines. These checks can be integrated into the edit-time checking process, enabling early detection of potential issues during model development.
The json file for a custom guideline check defines the parameters and logic of the check. If the json file indicates that edit-time checking is supported for the guideline, it should trigger the check during model editing and highlight any violations. However, there could be reasons why the violation blocks are not highlighted despite the guideline supporting edit-time checking:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!