I got this log file:
Circuit: * C:\Users\Jeff\Documents\LTspiceXVII\examples\test.asc

Direct Newton iteration for .op point succeeded.

current: i(r1)=2.5


Date: Tue Oct 25 03:55:44 2016
Total elapsed time: 0.134 seconds.

tnom = 27
temp = 27
method = modified trap
totiter = 2091
traniter = 2088
tranpoints = 1045
accept = 1045
rejected = 0
matrix size = 2
fillins = 0
solver = Normal
Matrix Compiler1: 36 bytes object code size  0.0/0.0/[0.0]
Matrix Compiler2: off  [0.0]/0.1/0.1


Are you trying to get a vector of all the rhs names and all the lhs values? 
It is easier to help if you tell me the goal (in detail).

On Tuesday, October 25, 2016 at 3:31:43 AM UTC-4, Chris Stook wrote:
>
> The circuit file is test1.asc (
> https://github.com/cstook/LTspice.jl/blob/master/test/test1.asc).  You 
> should be able to open it with LTspice and run the simulation to produce 
> the log file.
>
> The log file is a human readable text file, which I am parsing to get the 
> measurements.  LTspiceIV used ASCII for the log file and everything was 
> fine.  You can look at the documentation for my module LTspice.jl (
> http://www.chrisstook.com/LTspice.jl/) to see what I'm trying to do.
>

Reply via email to