|
Component Prototype |
Description |
|||
|
Or Component
|
Logical OR component. Provides the functionality of a 2 inputs OR connection. |
|||
|
In-slots |
Name |
Type |
Description |
|
|
in1 |
boolean |
First input value of the OR connection |
||
|
in2 |
boolean |
Second input value of the OR connection |
||
|
Out-slots |
Name |
Type |
Description |
|
|
out |
boolean |
Logical OR connection of in1 and in2. True when in1 and in2 are true, false otherwise. |
||