scope_screenshot
Capture the oscilloscope screen and save as a timestamped image file with selectable format (PNG, JPEG, BMP, TIFF), area (display, grid, full screen), and background color (white or black).
Instructions
Capture the oscilloscope screen and save as a timestamped image file.
Files are always saved to a 'screenshots/' subfolder with an auto-generated filename, e.g.: screenshots/scope_20260329_153042.png The full path is returned so you know exactly where the file landed.
Args: image_format: BMP, JPEG, PNG, or TIFF (default PNG) area: DSOWINDOW (default), GRIDAREAONLY, or FULLSCREEN background: WHITE (default) or BLACK to preserve the dark screen theme
Transport: SCPI (HARDCOPY_SETUP + SCREEN_DUMP, binary read)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_format | No | PNG | |
| area | No | DSOWINDOW | |
| background | No | WHITE |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |