What is the difference between sldvruntest and slvnvruntest?`

조회 수: 1 (최근 30일)
Davide Frey
Davide Frey 2018년 12월 18일
댓글: Davide Frey 2019년 1월 8일
Hallo,
I saw that some commands, like for instance sldvruntest and slvnvruntest, seems to be doing the exact same thing. I was wondering, are there any differences between the two? If yes, which is the best one?
Thanks
  댓글 수: 1
Rishi Binda
Rishi Binda 2018년 12월 21일
sldvruntest falls under Simulink Design Verifier and incorporates test case generation for Blocks. It was released in R2007b.
Doc Link - sldvruntest
slvnvruntest falls under Simulink Coverage and incorporates test case generation for Functions. It was released in R2010b.
Doc Link - slvnvruntest
The model and generated code coverage functionalities and component verification functions of Simulink® Verification and Validation™ have been transitioned to Simulink Coverage™.

댓글을 달려면 로그인하십시오.

채택된 답변

Pat Canny
Pat Canny 2019년 1월 4일
Hi Davide,
sldvruntest and slvnvruntest are functionally equivalent. I just confirmed this with MathWorks Development.
sldvruntest will check out a Simulink Design Verifier™ license.
slvnvruntest will check out a Simulink Coverage™ license (for releases R2017b and newer) or Simulink® Verification and Validation™ for releases prior to R2017b
If you are creating a script using Simulink Design Verifier™ functions already, then use sldvruntest. If you are not using Design Verifier (e.g. Simulink Coverage™ or Simulink® Verification and Validation™), then use slvnvruntest.
In general, wherever you see functions beginning with "slvnv...", they are associated with Simulink® Verification and Validation™, which was transitioned in R2017b to three products: Simulink Check™, Simulink Requirements™, and Simulink Coverage™. These functions retained their names, despite the product transition.
  댓글 수: 1
Davide Frey
Davide Frey 2019년 1월 8일
Ok perfect, I tought there were some functionality difference instead of just a license difference. Thanks for the clarification!
Davide

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Collect Coverage for Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by