Relational Operator

Purpose

Compare two input signals

Library

Control / Logical

Description

../../_images/relational_operator.svg

The Relational Operator compares two input signals. If the comparison is true, the block outputs 1, otherwise 0. The first input is marked with a dot.

Parameters

Relational operator

Chooses which comparison operation is applied to the input signals. Available operators are:

  • equal (==)

  • unequal (!=)

  • less (<)

  • less or equal (<=)

  • greater or equal (>=)

  • greater (>)

Probe Signals

Input

The input signals.

Output

The output signal.