| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Simulink Design Verifier |
| Contents | Index |
| Learn more about Simulink Design Verifier |
options = sldvoptions
options = sldvoptions(model)
options = sldvoptions returns an object options that contains default values for the design verification parameters.
options = sldvoptions(model) returns the object options attached to model.
options |
The following table describes the parameters that comprise a Simulink Design Verifier options object.
|
Create an options object and set several parameters:
opts = sldvoptions; opts.AutomaticStubbing = 'on'; opts.Mode = 'TestGeneration'; opts.ModelCoverageObjectives = 'MCDC'; opts.ReportIncludeGraphics = 'on'; opts.SaveHarnessModel = 'off'; opts.SaveReport = 'off'; opts.TestSuiteOptimization = 'LongTestCases';
Get the options object for the sldvdemo_cruise_control model:
sldvdemo_cruise_control optsModel = sldvoptions(bdroot); optsCopy = optsModel.deepCopy; optsCopy.MaxProcessTime = 120;
In the Model Editor window, select Tools > Design Verifier > Options to set the Simulink Design Verifier analysis options.
sldvblockreplacement | sldvcompat | sldvgencov | sldvrun
![]() | sldvmakeharness | sldv.prove | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |