Comparator
Description
Output is equal to:
- 1 if input 1 is greater than or equal to input 2
- 0 otherwise
Library
Control > Math
Pins
Name | Description |
---|---|
In1 | Input 1 |
In2 | Input 2 |
Out | Output |
Parameters
Name | Description |
---|---|
SamplingTime | -none or 0: No sampling. The system will be solved in the Newton loop (default). -auto: Inherit the sampling time of its source device. -Sampling Period: defined in seconds. |