measure_series
Monitor a measurement over time to observe drift or settling. Polls the specified channel and kind at set intervals, returning a series of readings.
Instructions
Poll one measurement repeatedly, returning a short time series.
Useful for watching a value drift or settle (e.g. a ramping duty cycle).
``interval_s`` is honored via the instrument's settle hook so the mock stays
instant in tests while real hardware actually waits between reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Measurement to take. One of: 'vpp', 'vrms', 'vmax', 'vmin', 'frequency', 'period', 'duty', 'rise_time', 'fall_time'. | |
| channel | Yes | Analog channel to measure, 1-based (1–4). | |
| samples | No | How many readings to take (>=1). Default 5. | |
| interval_s | No | Delay in seconds between readings. 0 (default) polls as fast as possible. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||