Gate
[flow/Gate]
Forwards signal received via data
when corresponding signal received via open
is true.
Example A:
"A"@0 received via
data
false@0 received via
open
No signal is sent via
data
(output)
Example B:
true@0 received via
open
"B"@0 received via
data
"B"@0 is sent via
data
(output)
Keywords: filter, stop
Input ports
data:
any
Receives the signal to be forwarded / filtered.
open:
boolean
Whether to forward the signal received via
data
.
Output ports
data:
any
Forwarded / filtered signal
Last updated