ScanPlot0dValue
<PropTable>: Couldn't find prop definition for `ScanPlot0dValueOptions`
The ScanPlot0dValue
component shows a single scalar value from a scan, by default the last point available.
If a particular point is selected on ScanPlot0d
this is shown instead.
The component should be namedspaced if it is required to load data that is different to the ScanPlot0d
in the current layout.
layout.yml
- type: component
component: scanplot0dvalue
options:
series: timer:elapsed_time
name: Elapsed Time
round: 1
providers:
scans:
data:
namespace: value
It also supports comparisons like the MonitorPanel
to show "good" and "bad" values:
layout.yml
- type: component
component: scanplot0dvalue
options:
series: timer:elapsed_time
comparator: '>'
comparison: 28