Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Inspect Block

Inspect Block

The Inspect block allows users to inspect the exact value of a signal at every time step. It is intended as a debugging tool.

As shown in the examples below, the Inspect block renders differently for scalars, vectors, and byte streams:

Examples

Inspect Scalars Example
For scalars, the full floating-point representation for each signal is shown, and allows users to scrub through time to observe exact values at precise moments.
Inspect Vectors Example
For vectors, each element is rendered in a box, arranged to show the rows and columns of the vector.
Inspect Bytes Example
For byte streams, three representations are shown: The string interpretation, the hex interpretation, and the u8 interpretation.