Main Content

Restrict coverage recording interval

Analyze coverage during a specific time interval

Model Configuration Pane: Coverage

Description

The Restrict coverage recording interval parameter specifies whether to record coverage only for a specified time interval.

For example, you can restrict model coverage recording if your model has transient effects early in simulation, or if you need to report model coverage only for a specific model operation.

Dependencies

To enable this parameter, select the Enable coverage analysis parameter.

Settings

off (default) | on
off

Analyze coverage for the entire duration of the simulation.

on

Analyze coverage for the specified time interval. To specify the time interval, set the Coverage interval start time and Coverage interval stop time parameters.

Programmatic Use

Parameter: CovUseTimeInterval
Type: character vector | string
Value: "on" | "off"
Default: "off"

Version History

Introduced in R2014b