Skip to main content

Module tis

Module tis 

Source
Expand description

Test Information System (TIS) producer helpers — conveniences over the tis.* IPC commands, e.g. attaching chart region bands to a cycle. Test Information System (TIS) producer helpers.

Thin, hand-written conveniences over the tis.* IPC commands. The per-method TestManager codegen targets the same commands for the common writes (add_cycle, add_raw_data, update_results, …); the helpers here cover writes that aren’t bound to a single method’s generated shape. Today that’s attaching chart region bands to a recorded cycle’s raw trace.

Structs§

ChartRegion
A shaded X-range band drawn over a chart view in the HMI, used to indicate a processed / region-of-interest span of a cycle’s trace.

Functions§

set_chart_regions
Set (replacing any prior set) the chart region bands on one recorded cycle’s raw trace. The bands are patched into that cycle’s raw-data envelope, so the HMI renders them whenever the cycle is viewed — and live-updates if that cycle is on screen when this write lands.