Main Content
addPostLoadFiles
Add files required by model
Syntax
cgvObj
.addPostLoadfiles({FileList
})
Description
is
an optional method that adds a list of MATLAB® and MAT-files to
the object. cgvObj
.addPostLoadfiles({FileList
})
is
a handle to a cgvObj
cgv.CGV
object.
executes
and loads the files after opening the model and before running tests. cgvObj
is
a cell array of names of MATLAB and MAT-files in the testing
directory that the model requires to run.FileList
Note
Subsequent
calls
to the same cgvObj
.addPostLoadFilescgv.CGV
object replaces the list of MATLAB and
MAT-files of that object.