Parameter
[flow/Parameter]
Stores a parameter and sends it out on receiving a signal to read
.
Doesn't send anything when data
is not set.
Example A:
"foo" is set on
data
null@1 received via
read
"foo"@1 sent via
data
(output)
Example B:
no value is set on
data
"foo"@1 received via
read
No signal sent via
data
Keywords: parameter, constant, value, store, variable
Input ports
data:
any
Sets the parameter value. Works as static parameter only.
read:
any
Receives signal that triggers sending out the stored parameter value.
Output ports
data:
any
Sends the stored parameter data.
Last updated