sldvrun - Run Simulink Design Verifier analysis on model or subsystem

Syntax

status = sldvrun(model)
status = sldvrun(block)
status = sldvrun(model, options)
[status, filenames] = sldvrun(model, options)
[status, filenames] = sldvrun(model, options, showUI, startCov)

Description

status = sldvrun(model) runs a Simulink Design Verifier analysis on the specified model. The Simulink Design Verifier software uses the configuration settings associated with model (if available); otherwise, the software uses its default configuration settings. Upon completion, sldvrun returns one of the following values for status:

status = sldvrun(block) converts the Simulink block into a new model, and then runs a Simulink Design Verifier analysis on the new model. The Simulink Design Verifier software uses the configuration settings associated with the parent model of block (if available); otherwise, the software uses its default configuration settings.

status = sldvrun(model, options) runs a Simulink Design Verifier analysis on the model specified by model. The Simulink Design Verifier software uses the sldvoptions object specified by options.

[status, filenames] = sldvrun(model, options) runs a Simulink Design Verifier analysis on the model specified by model. This function returns status and filenames, a structure whose fields list the names of the files that the Simulink Design Verifier software generates:

[status, filenames] = sldvrun(model, options, showUI, startCov) opens the log window during analysis if you set showUI to true. If you set showUI to false (the default), it directs output to the MATLAB command line. The analysis ignores all model coverage objects that are satisfied in the cvdata object specified by startCov.

See Also

sldvcompat, sldvgencov, sldvoptions

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS