Name
|
Description
|
||
---|---|---|---|
Logical
|
Allows up to two logical conditions being selected. The available operators are as follows:
• && -- Specifies an AND condition. Both conditions must be met when this operator is used. For example, A>=0 && B>=0. In this example both A and B must be greater or equal to zero for the expression to be valid.
• || -- Specifies an OR condition. Only part of the condition needs to be met when this operator is used. For example, A>=0 || B>=0. In this example either A or B must be greater than equal to zero for the expression to be valid.
• ! -- Specifies a false condition. Indicates the specified parameter or method does not yield the specified value.
|
||
Parameter
|
Tree displays the parameters which are selectable for the configurable module. Only those configurable modules for which a Reference ID is defined are displayed.
|
||
Method
|
If the check box is selected, a corresponding method can be selected. Only methods available for the selected parameter are displayed. If no methods are available, the box is empty.
|
||
Operator
|
If the check box is selected, an operator can be selected. The possible operators are:
• < — Value of parameter is less than what is specified.
• <= — Value of parameter is less than or equal to what is specified.
• == — Value of parameter is equal to the value specified.
• != — Value of parameter is not equal to the parameter specified.
|
||
Parameter/Value
|
Designates a specific value or specifies a parameter to use in the expression. Only those configurable modules for which a Reference ID is defined are displayed.
|
|
The expression is not validated until you click Apply.
|