edges
Retrieve precomputed signal edge events from waveform data. Specify a signal path and optional edge kind, time range, and row limit to get rise, fall, enter, exit, or change events.
Instructions
Return precomputed signal edges. Kinds include rise, fall, x_enter, x_exit, z_enter, z_exit, scalar_change, vector_change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Optional end | |
| kind | No | Optional edge kind | |
| limit | No | Max rows | |
| start | No | Optional 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 |