simulate_example
Run a reference Micro-Cap circuit and retrieve simulation data. Provides a trustworthy baseline for modifications before custom analysis.
Instructions
Run one of Micro-Cap's own reference circuits and return its data.
These are worked designs by the tool's authors, so this is the cheapest way
to get a trustworthy baseline before modifying anything. Use
describe_example first to see which analyses a circuit supports and
what it plots — asking for an analysis it was not built for returns nothing
useful.
Numeric export is enabled automatically; the shipped circuits have it off.
Args:
name: reference circuit name.
analysis: which analysis to run.
max_points: cap on returned samples.
points: resolution to compute at. The reference circuits carry their
own display setting, often tiny or 0 — which exports a single
useless row and makes an oscillator look dead. Overriding it is what
makes the library usable as data; only lower it if you specifically
want the circuit's own resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| points | No | ||
| analysis | No | ac | |
| max_points | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||