stable_between
Check if a signal changed between two timestamps to detect transitions or stable periods in waveform data.
Instructions
Check whether a signal changed between two times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time | |
| start | Yes | Start time | |
| 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 |