Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richmit/spice2csv
- Owner: richmit
- Created: 2023-04-08T19:11:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-08T19:14:55.000Z (over 1 year ago)
- Last Synced: 2023-11-18T15:25:24.480Z (about 1 year ago)
- Topics: csv, ltspice, ltspice-simulation-files, ngspice, raw-data, simulation-files, spice, spice-data, spice-simulation
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
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]