- 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
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Vidip
el 1 de Dic. de 2023
Editada: Vidip
el 1 de Dic. de 2023
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 comentarios
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!