Tag extractor

[flow/Tag extractor]


Maps the signal received via data to its tag. Example:

  1. "A"@0 received via data

  2. "0"@0 sent via tag


Keywords: synchronization, syncing

Input ports

  • data: any

    Receives the signal to extract the tag from.

Output ports

  • tag: string

    Sends the extracted tag.

Last updated