renderLtspicePlotImage
Render LTspice simulation vectors into a plot image, supporting configurable layout, axes, and step selection.
Instructions
Render one or more vectors from a RAW dataset to a plot image and return it through MCP.
Supports run_id/raw_path resolution and optional step filtering for stepped runs. pane_layout: single | split | per_trace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vectors | Yes | ||
| plot | No | ||
| run_id | No | ||
| raw_path | No | ||
| step_index | No | ||
| output_path | No | ||
| width | No | ||
| height | No | ||
| downscale_factor | No | ||
| settle_seconds | No | ||
| max_points | No | ||
| y_mode | No | magnitude | |
| mode | No | auto | |
| x_log | No | ||
| x_min | No | ||
| x_max | No | ||
| y_min | No | ||
| y_max | No | ||
| dual_axis | No | ||
| pane_layout | No | single | |
| title | No | ||
| validate_capture | No | ||
| render_session_id | No |