Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richmit/spice2csv

Convert Spice Simulation Results To CSV
https://github.com/richmit/spice2csv

csv ltspice ltspice-simulation-files ngspice raw-data simulation-files spice spice-data spice-simulation

Last synced: about 1 month ago
JSON representation

Convert Spice Simulation Results To CSV

Awesome Lists containing this project

README

        

# -*- Mode:Org; Coding:utf-8; fill-column:158 -*-

* Converting Spice Output Files To CSV

I frequently use tools like Paraview, Octave/Matlab, R, and Maple to analyze Spice simulation results. While some of these tools can directly import Spice
RAW files, most can't or require extra components to do so. My solution is to just transform everything into CSV.

- =spiceRaw2CSV.rb= :: Convert RAW spice files to CSV.
- =spiceExportToCSV.rb= :: Convert Spice exported files to CSV. \\
By "exported" I mean files generated via ngspice's =wrdata= or LTSpice's menu [file]->[Export data as text]