11.1.12.17.4. Simulator

This modules implements classes to perform simulations.

class PySpice.Spice.Xyce.Simulator.XyceSimulator(**kwargs)[source]

Bases: PySpice.Spice.Simulator.Simulator

SIMULATOR = 'xyce'
run(simulation, *args, **kwargs)[source]

Run the simulation and return the waveforms.

simulation(circuit, **kwargs)[source]

Create a new simulation for the circuit.

Return a PySpice.Spice.Simulation instance`