Main Content

Analyze Common Modeling Patterns

Tune calibration parameters and analyze export-function and AUTOSAR models

You can incorporate calibration parameters to achieve variability in your analysis and use different modeling patterns, such as export-function and AUTOSAR models. The following sections describe how to perform analysis for such common modeling patterns.

A parameter configuration defines the range of permissible values for a parameter. Simulink® Design Verifier™ considers values for model parameters during its analysis, including their defaults set in the base workspace or a data dictionary. This allows Simulink Design Verifier to handle parameters in your model as variables throughout the analysis process. To constrain parameter values during analysis, use Simulink Design Verifier to specify parameter configurations, which are groups of constraints on parameters in your model. Select parameter configurations by using preset constraint methods or referenced configuration sets.

Use modeling patterns such as including export-function models and Simulink functions for AUTOSAR in the analysis. Simulink Design Verifier analysis creates a scheduler model that invokes the export functions based on sample times and priorities. You can analyze export-function models with both periodic and aperiodic function-call groups. For more information, see Analyze Export-Function Models.

Functions

expand all

sldvoptionsCreate Simulink Design Verifier options object
sldvrunAnalyze model
sldvreportGenerate Simulink Design Verifier report
sldvextractExtract subsystem or subchart contents into new model for analysis
sldvgenspreadsheetGenerate spreadsheet containing test cases (Since R2022b)
sldvexporttoversionExports a data file for use in a previous version of Simulink Design Verifier (Since R2024a)
sldvisactiveVerify updating of a block diagram

Topics

Configure Analysis for Tunable Parameters

Analysis Considerations for Modeling Patterns

Featured Examples