Autosave data file name - File name for coverage data file - MATLAB (original) (raw)

Main Content

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.

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