I just need a vector of the values. The names are known from the circuit file.
The problem is really just with converting the string to a Float64 value when the file is Unicode from LTspiceXVII. Everything works fine with the ASCII from LTspiceIV. More specifically, the capturing block which returns the string representation of 2.5 returns "\x002\0.\x005\0", which parse cannot convert to a Float64. I'm not asking for you to debug my module, but just to clarify, the error is thrown on line 53 of https://github.com/cstook/LTspice.jl/blob/LTspiceXVII_compat/src/ParseLogFile.jl