FIFO Property

Gets various properties associated with the selected FIFO.

Inputs/Outputs

datatype_icon

FIFO reader and writer in

Reference to the FIFO.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

FIFO reader and writer out

Reference to the FIFO.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

datatype_icon

used elements

Number of elements currently stored in the FIFO.

datatype_icon

full threshold met?

Boolean value that indicates whether the number of elements available for read operations is greater than or equal to the full threshold of this FIFO.

True The number of elements available for read operations is greater than or equal to the full threshold of this FIFO.
False The number of elements available for read operations is less than the full threshold of this FIFO.
datatype_icon

free elements

Number of unused elements contained in this FIFO.

datatype_icon

empty threshold met?

Boolean value that indicates whether the number of elements available for write operations is greater than or equal to the empty threshold of this FIFO.

True The number of elements available for write operations is greater than or equal to the empty threshold of this FIFO.
False The number of elements available for write operations is less than to the empty threshold of this FIFO.