Main Content

Autosave data file name

File name for coverage data file

Model Configuration Pane: Coverage

Description

The Autosave data file name parameter specifies the name of the CVT file to which to save the coverage data. Do not include the file extension.

Dependencies

To enable this parameter, select the Enable coverage analysis and Save output data parameters.

Settings

$ModelName$_cvdata (default) | string

Enter a file name to use for the coverage data file. The default name is $ModelName$_cvdata, where $ModelName$ is the model name.

If you set this parameter to an empty array, such as '', Simulink® Coverage™ saves coverage data to a file named $ModelName$.cvt.

Programmatic Use

Parameter: CovDataFileName
Type: character vector | string
Default: '$ModelName$_cvdata'

Version History

Introduced in R2016a