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 I’ve used lcapy in the past, though it solves everything algebraically in pure Python so it quickly slows down for complex circuits

Id love to do a proper SPICE from code but I haven’t been able to make sense of any of the Python spice libraries