# \[TANN\] View/Post-Process Analog Circuit Simulations

**URL:** https://discourse.julialang.org/t/tann-view-post-process-analog-circuit-simulations/44658
**Category:** Maker
**Created:** [August 10, 2020, 2:31am UTC](https://discourse.julialang.org/t/tann-view-post-process-analog-circuit-simulations/44658 "2020-08-10T02:31:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MA\_Laforge](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ma_laforge/32/385_2.png) [@MA\_Laforge](https://discourse.julialang.org/u/MA_Laforge)
#### Post date: [August 10, 2020, 2:31am UTC](https://discourse.julialang.org/t/tann-view-post-process-analog-circuit-simulations/44658/1 "2020-08-10T02:31:51Z")

</div>

(targeted announcement)  
Hi, I just stumbled on this topic which seems more-or-less related to my development.

I know makers are less analog-oriented these days, but for those who wish to post-process analog simulation results, the following tools are available:

- [CMDimCircuits.jl](https://github.com/ma-laforge/CMDimCircuits.jl): _ **Multidimensional** _ datasets, calculations, and plotting for parametric circuit analysis.
- [SpiceData.jl](https://github.com/ma-laforge/SpiceData.jl): Read in transient SPICE data.
- [LibPSF.jl](https://github.com/ma-laforge/LibPSF.jl): Read in .psf data files (transient, sweeps, …).
- [PSFWrite.jl](https://github.com/ma-laforge/PSFWrite.jl): Write time- or frequency-domain data to .psf file.

Note that CMDimCircuits.jl also includes facilities to write complex multidimensional results (including plots) to a _single_ .hdf5 file.

 ![image](https://global.discourse-cdn.com/julialang/original/3X/5/e/5eb8fb0c221f7b1d3173393a9f3296bdcbca5677.png)

---

<div class="post-metadata">

### Author: ![Bardo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bardo/32/21601_2.png) [@Bardo](https://discourse.julialang.org/u/Bardo)
#### Post date: [September 24, 2021, 7:42am UTC](https://discourse.julialang.org/t/tann-view-post-process-analog-circuit-simulations/44658/2 "2021-09-24T07:42:52Z")

</div>

Hi,

would add to your list

- [https://github.com/cstook/LTspice.jl](https://github.com/cstook/LTspice.jl) : julia interface to LTspice

- [https://github.com/JuliaComputing/Xyce.jl](https://github.com/JuliaComputing/Xyce.jl): Julia wrapper for [Xyce](https://xyce.sandia.gov/), a parallel circuit-simulator from Sandia National Laboratories

- [https://github.com/ma-laforge/SpiceData.jl](https://github.com/ma-laforge/SpiceData.jl): A pure-Julia SPICE data file reader

and of course the long awaited Spice-in-Julia (announcement only)

- [JuliaSPICE](https://www.youtube.com/watch?v=q8SzFTtgA60): A Composable ML Accelerated Analog Circuit Simulator
