calc.engineer / RF & Antennas / SPICE Template

SPICE Template v1.0.0

Generate a complete SPICE netlist from a parameterized template. Supports common circuit topologies: low-pass RC filter, voltage divider, common emitter amplifier. Returns a ready-to-simulate netlist string that can be passed directly to spice_simulate. Use this when an agent needs to construct a circuit from high-level parameters without writing raw SPICE syntax. Feeds into spice_simulate for AC/DC/transient analysis.

feeds spice_simulate →
Circuit template name
Template-specific parameters (e.g. r_ohms, c_farads, v_source)
SPICE analysis type to include in netlist
Fill in the inputs and Compute to see the structured result.

From an agent (MCP) or the API

curl -X POST https://calc.engineer/api/spice_template \
  -H "Content-Type: application/json" \
  -d '{"template": …, "params": …, "analysis": …}'

MCP: connect to https://calc.engineer/mcp and call spice_template.

calc.engineer — free, MCP-native engineering tools.