Folks that do software and analog electronics: (and please boost for visibility)

Is there an OSS tool that simulates analog circuits for signals? In particular, I want something that I can script and write expectations of the output signals for given inputs. And ideally that scripting would include programmatically adding/removing/changing components in the simulated circuit and then testing the outputs.

Thanks!

#electronics #analogElectronics #simulations #programming

@mathias

Circuit emulators - classically SPICE, but there are many descendants from that - do what you want. A bunch are open source or free software. Getting (accurate) models for some components can be problematic, but searching the 'net will generally get you the clues you need to get there.

SPICE software is a big topic. Prepare to dive in...

#SPICE #CircuitEmulator