Compare To Zero
Comparing the input signal to zero.
Description
The Compare To Zero block compares the input signal to zero. The method of comparison is set by the Operator parameter.
Ports
Parameters
Main
Operator - logical operator
< = (by default)
| ~=
| ==
| <
| >=
| >
This parameter can have the following values:
-
- determines whether the input value is equal to zero.
-
- determines whether the input value is not equal to zero.
-
- determines whether the input value is less than zero.
-
- determines whether the input value is less than or equal to zero.
-
- determines whether the input value is greater than zero.
-
- determines whether the input value is greater than or equal to zero. determines whether the input value is greater than or equal to zero.
Block parameter |
|
Value |
|
* By default* |
|
Output data type - output data type
Bool (by default)
| UInt8
Specify the output data type as Bool
or UInt8
.
Block parameter |
|
Value |
|
By default |
|