simulation_summary
Retrieve a full simulation summary from LTspice raw files, covering signal list, .MEAS results, Fourier analysis, AC bandwidth metrics, and warnings.
Instructions
Get a comprehensive simulation summary including type, signal list, data size, .MEAS results, Fourier analysis, AC bandwidth metrics, and warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_file | Yes | Path to .raw result file from simulation | |
| log_file | No | Optional path to .log file. Defaults to ``raw_file`` with the extension swapped to ``.log`` — pass an explicit value only if the log lives somewhere unusual. | |
| signal | No | Signal for AC bandwidth metrics (e.g., 'V(outp)'). Required for AC analysis. | |
| step | No | Step index for ac_bandwidth_metrics on a stepped (.step) run. Default 0 (first step). On a multi-step run the metric is computed for this step only — a warning notes it. | |
| format | No | Response format: 'json' for structured data, 'text' for human-readable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sim_type | No | ||
| range | No | ||
| point_count | No | ||
| step_count | No | ||
| signals | No | ||
| measurements | No | ||
| fourier | No | ||
| ac_bandwidth_metrics | No | ||
| warnings | No | ||
| errors | No | ||
| meas_errors | No | ||
| failed_measurements | No | ||
| observations | No |