cv.cvtestgroup - Class: cv.cvtestgroup
Package: cv
Create collection of cvtest objects
for model reference hierarchy
Syntax
cvtg = cv.cvtestgroup(cvto1, cvto2,...)
Description
cvtg = cv.cvtestgroup(cvto1, cvto2,...) creates
an instantiation of the cv.cvtestgroup class (cvtg)
that contains the cvtest objects cvto1, cvto2,
etc. A cvtest object is a test specification object
for a Simulink model.
Examples
Create an instantiation of the cv.cvtestgroup class
and add two cvtest objects to it:
a = cvtest;
b = cvtest;
cvtg = cv.cvtestgroup(a, b);
See Also
cvtest
 | cv.cvtestgroup class | | cvexit |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit