Main Content
Advisor.authoring.NegativeModelParameterConstraint Class
Namespace: Advisor.authoring
Superclasses:
Create a Model Advisor constraint to check for unsupported model parameter values
Description
Instances of Advisor.authoring.NegativeModelParameterConstraint
class define unsupported values for specified model parameters.
Construction
constraint = Advisor.authoring.NegativeModelParameterConstraint
creates an instance of this class.
Properties
Examples
Specify Unsupported Model Parameter Value
These commands specify that the MaxType parameter does not support a value of zero:
c1=Advisor.authoring.NegativeModelParameterConstraint; c1.ID='ID_1'; c1.ParameterName='MaxStep'; c1.UnsupportedParameterValues={'0'};
Version History
Introduced in R2018a