operating_point
Read DC operating point data from LTspice .raw result files, displaying node voltages and branch currents. Supports stepped simulations with optional step index selection.
Instructions
Read DC operating point data showing all node voltages and branch currents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw_file | Yes | Path to .raw result file from simulation | |
| step | No | Step index for stepped .OP runs (e.g. ``.step temp ...`` + ``.op``). Default 0 returns the first step. Out-of-range values raise a structured error rather than silently returning the wrong step. | |
| format | No | Response format: 'json' for structured data, 'text' for human-readable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | No | ||
| step_count | No | ||
| voltages | Yes | ||
| currents | Yes |