Package: Advisor.authoring
Superclasses:
Create a Model Advisor constraint to check for unsupported model parameter values
Instances of Advisor.authoring.NegativeModelParameterConstraint
class define unsupported values for specified model parameters.
constraint = Advisor.authoring.NegativeModelParameterConstraint
creates an instance of this class.
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'};
CompositeConstraint
| NegativeBlockParameterConstraint
| NegativeBlockTypeConstraint
| PositiveBlockParameterConstraint
| PositiveBlockTypeConstraint
| PositiveModelParameterConstraint