geopulse.solver.pyspice_bridge

PySpice bridge for nonlinear transient simulation — STUB (WP3).

Requires the optional [spice] extra.

Classes

PySpiceSolver()

SPICE-backed nonlinear transient solver (WP3).

class geopulse.solver.pyspice_bridge.PySpiceSolver[source]

Bases: Solver

SPICE-backed nonlinear transient solver (WP3).

solve(network, network_admittance, earthing_impedance, thevenin_voltages)[source]

Translate to a SPICE netlist and run transient simulation (WP3).

Return type:

SolverResult

Parameters: