simulation_summary
Retrieve a complete simulation summary covering analysis type, signals, data size, .MEAS results, Fourier analysis, AC bandwidth metrics, and warnings to verify circuit behavior.
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 |
|---|---|---|---|
| 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 | |
| job_id | No | Summarize a specific run of a completed sweep/MC (or single) job instead of a raw_file path; pair with ``run_index``. The .log is taken from beside the run's raw unless ``log_file`` is given. | |
| signal | No | Signal for AC bandwidth metrics (e.g., 'V(outp)'). Required for AC analysis. | |
| log_file | No | Optional path to .log file. Defaults to the resolved raw with the extension swapped to ``.log`` — pass an explicit value only if the log lives somewhere unusual. | |
| raw_file | No | Path to .raw result file. Pass this OR ``job_id`` (a job run), not both. | |
| run_index | No | 0-based run to summarize when ``job_id`` is given (default 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | ||
| errors | No | ||
| fourier | No | ||
| signals | No | ||
| sim_type | No | ||
| warnings | No | ||
| step_count | No | ||
| meas_errors | No | ||
| point_count | No | ||
| measurements | No | ||
| observations | No | ||
| failed_measurements | No | ||
| ac_bandwidth_metrics | No |