e.g. 'Expression1’< Expression2'

You can use the comparative operations >, >=, <, <=, <> and = to compare the values of two expressions (operands) with each other. As operands, you can enter original signals, calculated expressions or constant values.

The result of such an operation is the Boolean value TRUE or FALSE. You can present and evaluate the result as a new expression like a signal. This way, you can easily generate binary signals and use them then as conditions for other functions.

Arguments

Give at least the following arguments.

Function

<

less than

<=

less than or equal

<>

unequal

=

equal

>

greater than

>=

greater than or equal

Left (Expression1)

Left expression (operand)

Right (Expression2)

Right expression (operand)