waver_value_at
Fetch the value of one or more signals at a specified time from FST waveform files, using human-readable time or integer ticks.
Instructions
What were these signals at this exact time?
Answers "what was at 10ns?" (batch: pass several signals in one call). Returns the value held at that instant (the last change at or before the time). Time is human-readable ('10ns') or integer file ticks. If the time is past the end of the file, the last recorded value is returned and flagged. For a whole window of changes, use waver_values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| time | Yes | ||
| signals | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |