e.g. 'Expression1' < 'Expression2'

>

greater than

>=

greater than or equal

<

less than

<=

less than or equal

<>

unequal

=

equal

Description

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.