cv.cvdatagroup Class
Namespace: cv
Collection of cvdata objects
Description
Objects of the cv.cvdatagroup class contain one or more cvdata
objects. Each cvdata object contains coverage results for a model in
the model hierarchy. A cv.cvdatagroup cannot contain multiple
cvdata objects that have the same model name, simulation mode, and
release.
Simulink®
Coverage™ creates a cv.cvdatagroup object when you simulate a model
containing model references when coverage is enabled, or if your model uses external
code files and you selected external files for coverage analysis. Use the
get and getAll class methods to retrieve coverage
data for specific models in your model reference hierarchy. Use the
allNames method to retrieve the cvdata object
names to use with the get class method.
The cv.cvdatagroup class is a handle class.
Creation
Description
creates a cvdg = cv.cvdatagroup(cvdo1,cvdo2,...)cvdatagroup object that contains the specified
cvdata objects.
Note
If you create a cv.cvdatagroup object by using multiple
cvdata objects that have the same model name,
simulation mode, and release, the resulting cv.cvdatagroup
object contains only the last
matching cvdata object, and Simulink
Coverage issues a warning.
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2007b