How to apply constraints on test signals being generated by Design Verifier?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Tushar Agarwal
il 18 Lug 2016
Commentato: Ramin Noruzi
il 1 Lug 2019
I am trying to generate test cases for increased model coverage of a model, using design verifier. The problem is that some test cases generated by Design verifier have impractical negative values for signals that cannot be negative in reality. Is there a way to apply any constraints to test cases generated by Design Verifier?
0 Commenti
Risposta accettata
Deepak
il 9 Nov 2017
Hi Tushar,
The signals in the test cases can be constrained by using ‘Test Condition’ block from Simulink Design Verifier library. The following demo will be more helpful in understanding the functionality of this block.
sldvdemo_debounce_testconblk
The additional information of this block is available on the documentation page:
1 Commento
Ramin Noruzi
il 1 Lug 2019
So I try to use SLDV to evaluate a chart. Inputs and outputs of this chart are Enumerations, Is there a way to put a data type constraints for SLDV? Because now it just makes double for inputs and outputs consequently its not able to decide.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Generate Tests in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!