Write Handshake
- Updated2023-02-17
- 2 minute(s) read
Write Handshake
Writes an element of data to a handshake item.
If the ready for input terminal returns False during a given cycle, this node discards any data that other nodes send to this node during the following cycle. This node discards this data even if input valid is True during the following cycle.
Inputs/Outputs

reference in
Reference to a handshake item.

data
The data to transfer using the handshake item.

input valid
A Boolean that determines whether the next data point has arrived for processing. Wire the output valid output of an upstream node to this input to transfer data from the upstream node to this node.
| True | The next data point has arrived for processing. |
| False | The next data point has not arrived for processing. |

reference out
The same handshake reference wired into this node.

ready for input
A Boolean that indicates whether the previous write operation is complete and the node is ready to accept data.
| True | The previous write operation is complete and the node is ready to accept new input data. |
| False | The previous write operation is not complete and the node discards any data that other nodes send to this node during the following cycle. |