Burst tester
Last updated
Last updated
[flow/utils/Burst tester]
Sends true on the last signal in bursts of length
length.
Example:
length
set to 3
"A"@0 received via data
false@0 sent via is last
"B"@1 received via data
false@1 sent via is last
"C"@2 received via data
true@2 sent via is last
Keywords: series, modulo, detect, test
data: any
Receives the burst signals.
length: number
Burst length to be detected. Can be parameter.
is last: boolean
Sends true on the last signal in the burst, false otherwise.