setCheck
Class: ModelAdvisor.Task
Namespace: ModelAdvisor
Specify check used in task
Syntax
setCheck(task, check_ID)
Description
setCheck(task, check_ID)
specifies the
check to use in the task.
You can use one ModelAdvisor.Check
object in
multiple ModelAdvisor.Task
objects, allowing you
to place the same check in multiple locations in the Model Advisor
tree. For example, Check for implicit signal resolution appears
in the By Product > Simulink
folder and in the By
Task > Model Referencing folder in the Model Advisor tree.
When adding checks as tasks, the Model Advisor uses the task
properties instead of the check properties, except for Visible
and LicenseName
.
Input Arguments
task | Instantiation of the |
check_ID | A unique identifier for the check to use in the task |
Examples
MAT1 = ModelAdvisor.Task('com.mathworks.sample.TaskSample1'); setCheck(MAT1, 'com.mathworks.sample.Check1');