Is there any way to programmatically dump the output from the SPICE simulation into a text file?
I know that I can use the File → Save as .csv File command. But I would like to set up something to automatically write to a file each time I run the simulation.
I have tried setting compatibility to ‘LT’ and using the ‘.wave’ command in the schematic, but that produces the following error:
Compatibility modes selected: lt
Circuit: KiCad schematic
Error on line 24 :
.wave circuit_data.wav 16 1k v(/vin) v(/v0) v(/v9) v(/v10)
unimplemented control card - error
Error: circuit not parsed.
Any suggestions would be greatly appreciated.