Issie logo Issie

StepPanelSnapshot Type

Everything the step simulator's panel shows at one cycle. One value, because it is fetched in one request. The panel currently re-reads inputs, outputs, viewers and state separately on every render, from inside `view`; over a wire that would be four round trips per repaint, so the unit of transfer is the panel and not the field.

Record fields

Record Field Description

SpCycle

Full Usage: SpCycle

Field type: int
Field type: int

SpInputs

Full Usage: SpInputs

Field type: SimIo list
Field type: SimIo list

SpOutputs

Full Usage: SpOutputs

Field type: SimIo list
Field type: SimIo list

SpStateful

Full Usage: SpStateful

Field type: SimStateEntry list
Field type: SimStateEntry list

SpViewers

Full Usage: SpViewers

Field type: SimViewer list
Field type: SimViewer list

Type something to start searching.