Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.55 KB

File metadata and controls

53 lines (38 loc) · 2.55 KB
title
Scalar

Log a double-precision scalar.

The current timeline value will be used for the time/X-axis, hence scalars cannot be static.

When used to produce a plot, this archetype is used to provide the data that is referenced by the SeriesLine or SeriesPoint archetypes. You can do this by logging both archetypes to the same path, or alternatively configuring the plot-specific archetypes through the blueprint.

Components

Required: Scalar

Shown in

API reference links

Examples

Simple line plot

snippet: archetypes/scalar_simple

Multiple time series plots

snippet: archetypes/scalar_multiple_plots