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 Also the open source software Modellica can simulate all kinds of electronic circuits, but I don't know if it simulates also the parasitic effects like most SPICE software.
@mathias It has either a GUI clicky interface but also a equivalent text base programming interface. If it doesn't support self modifying structures, you could at least build a scaffolding around it that generates the models iteratively.