Bytes Literal Block
The Bytes Literal block emits a fixed bytes Value specified in its parameters.
Parameters
- Value (default = ""): Bytes value to emit each time step. This can be input as a string or a bytes literal. For a bytes literal, escape the characters using
\x
(i.e.\x20
for the unicode ' ' corresponding to the hexadecimal value 0x20).