read_capture
Read data files generated by Rigol oscilloscope captures, specifying byte offsets and encoding (UTF-8 or base64) to retrieve only the needed excerpts.
Instructions
Read generated data files under RIGOL_DATA_DIR, not screenshots or arbitrary files. No scope access. Byte offsets; escaping may shorten excerpts: follow next_offset. UTF-8 boundaries may replace characters; base64 is lossless. Read only needed excerpts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| offset | No | ||
| encoding | No | utf-8 | |
| max_bytes | No |