SC Config Manager / Power Pack Manager User's Manual
Chapter 8
Defining Configuration Rules & Constraints
Contents:
  Constraints' Operators & Arithmetic Functions

 

Constraint [Operators] other than << Is Assigned are available. SC Config PowerPack Manager can define logical comparisons between sides of a Constraint. For example, you can specify that the combined Attribute values on both sides of the Constraint [Operator] should be equal, or that the values on the left side should be less than those on the right side. These include the operators listed on the right side of the page.

>
is greater than
<
is less than
==
is the same as
>=
is greater than or equal to
<=
is less than or equal to
<>
is not equal to
When there is more than one Attribute comprising one side of a Constraint, you must choose an arithmetic function that describes how the attributes' values are to be combined. The mathematical functions provided in SC Config PowerPack Manager make many other possibilities available for the manipulation of Attribute values, as shown here.
Function
Description
Function
Description
x + y
Addition and String Concat. (+ is the default operator )  
Tanh(x)
Hyperbolic Tan
x-y
Subtraction  
Arcsin(x)
Arcsine
x * y
Multiplication  
Arcsinh(x)
Hyperbolic Arcsine
x / y
Division  
Arccos(x)
Arccosine
x ^ y
exponential power  
Arctan(x)
Arctangent
Sin(x)
Sine  
Arccosh(x)
Hyperbolic Arccosine
Cos(x)
Cosine  
Arctanh(x)
Hyperbolic Arctangent
Sinh(x)
Hyperbolic Sine  
E ^ x
Xth power of e
Cosh(x)
Hyperbolic Cos  
Ln(x)
Natural Log
Tan(x) Tangent  
Log(x)
Log base 10
String(number)
Numeric to Text Conversion  
10 ^ x
Xth power of 10
   
NthRoot(n, x)
Nth root of x