changes
Query signal changes in a VCD waveform within a specified time window, returning rows with timestamps and values for each transition.
Instructions
Return changes for one signal in an inclusive time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Window end | |
| limit | No | Max rows | |
| start | Yes | Window start | |
| signal | Yes | Signal full path or unique leaf |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| status | Yes | ||
| summary | Yes | ||
| confidence | No | ||
| limitations | No |