plot_capture_window
Capture a named IC-CAP plot window and save it to a local image file, so you can visually inspect measurement results.
Instructions
Capture an IC-CAP Plot window by name and save it to a local file for visual inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_dir | No | Directory for the captured image | workspace |
| plot_name | Yes | Plot name in window title, e.g. 'id_vg' | |
| wait_seconds | No | Seconds to wait for window to be ready | |
| filename_prefix | No | Captured-image filename prefix | plot_capture |
| timeout_seconds | No | Timeout in seconds | |
| include_all_titles_on_miss | No | Return all window titles if name not matched |