aStudy.constrain()

This command is used to define constraints on parameter value combinations; combinations that violate any of the constraints are eliminated from the parametric study.

This page discusses:

Command

aStudy.constrain (constraint expression)

Required Data

constraint expression

Provide a constraint expression enclosed by matching quotation marks. This expression may involve operations among parameters, numbers, and previously defined Python variables; for example, 'height*width < maxArea-2.0'. The constraint can be an equality or an inequality.