waver_values
Retrieve signal values between a start and end time in FST waveform files. Returns a list of changes, showing wide values in hex and preserving X/Z or enum/string states.
Instructions
What values did this signal have in this time window?
Answers "what did do between A and B?". Times are human-readable ('10ns', '1.5us') or integer file ticks; the window is [start, end) — omit end to run to the signal's last change. Wide (>= 32 bit) values are shown in hex; X/Z samples and enum/ string values are kept as-is. For statistics instead of a change list, use waver_analyze; for one time point, waver_value_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| file | Yes | ||
| start | No | 0 | |
| signal | Yes | ||
| max_changes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |