Advisor.authoring.createBlockConstraintCheck
Create Model Advisor check with block constraints
Syntax
Description
creates a check_obj
= Advisor.authoring.createBlockConstraintCheck(check_ID
)ModelAdvisor.check
object,
check_obj
, and assigns it the identifier
check_ID
. Use the Advisor.authoring.generateBlockConstraintsDataFile
function to
create the block constraints data file. Specify the block constraints data file as
an input parameter to the ModelAdvisor.check
object using the
setInputParameters
function. For more information, see
Advisor.authoring.generateBlockConstraintsDataFile
.
Note
The ModelAdvisor.Check
object created by
Advisor.authoring.createBlockConstraintCheck
does not
support setting exclusions.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2018a